#ca6543

Color #CA6543 Ecstasy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecstasy #CA6543

Tints of Ecstasy #CA6543

Color information

#CA6543 (or 0xCA6543) is unknown color: approx Ecstasy. HEX triplet: CA, 65 and 43. RGB value is (202,101,67). Sum of RGB (Red+Green+Blue) = 202+101+67=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6543 is #359ABC. Grayscale: #7F7F7F. Windows color (decimal): -3513021 or 4416970. OLE color: 4416970.

HSL color Cylindrical-coordinate representation of color #CA6543: hue angle of 15.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA6543 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB20210167-
CMYK00.500.670.21
HSL15.11º56.02%52.75%-
HSV(B)15.11º66.83%79.22%-
XYZ30.0222.278.03-
YUV127.3293.96181.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 54.59%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 67 (26.56% from 255) = 18.11%
R=54.59%
G=27.30%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021016700.500.670.2115.1156.0252.75
HexCA65430324315f3835
Octal31214510306210325177065
Binary110010101100101100001101100101000011101011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca6543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca6543; }

 p { color: rgb(202,101,67); }

 H1.HeaderClassName
 {
   color: #ca6543;
 }
 .AnyTagClassName
 {
   color: #ca6543;
 }
</style>
background-color css

<style>
 a { background-color: #ca6543; }

 a { background-color: rgb(202,101,67); }

 div.DivClassName
 {
   background-color: #ca6543;
 }
 .BgClassName
 {
   background-color: #ca6543;
 }
</style>
border-color css

<style>
 span { border-color: #ca6543; }

 span { border-color: rgb(202,101,67); }

 td.TdClassName
 {
   border-color: #ca6543;
 }
 .TagClassName
 {
   border-color: #ca6543;
 }
</style>