#CA6A37

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

Shades of Ecstasy #CA6A37

Tints of Ecstasy #CA6A37

Color information

#CA6A37 (or 0xCA6A37) is unknown color: approx Ecstasy. HEX triplet: CA, 6A and 37. RGB value is (202,106,55). Sum of RGB (Red+Green+Blue) = 202+106+55=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A37 is #3595C8. Grayscale: #818181. Windows color (decimal): -3511753 or 3631818. OLE color: 3631818.

HSL color Cylindrical-coordinate representation of color #CA6A37: hue angle of 20.82º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA6A37 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20210655-
CMYK00.480.730.21
HSL20.82º58.1%50.39%-
HSV(B)20.82º72.77%79.22%-
XYZ30.223.146.49-
YUV128.8986.3180.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.65%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 55 (21.88% from 255) = 15.15%
R=55.65%
G=29.20%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021065500.480.730.2120.8258.150.39
HexCA6A370304915153a32
Octal3121526706011125257262
Binary110010101101010110111011000010010011010110101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A37; }

 p { color: rgb(202,106,55); }

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

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

 a { background-color: rgb(202,106,55); }

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

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

 span { border-color: rgb(202,106,55); }

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