#CA6631

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

Shades of Ecstasy #CA6631

Tints of Ecstasy #CA6631

Color information

#CA6631 (or 0xCA6631) is unknown color: approx Ecstasy. HEX triplet: CA, 66 and 31. RGB value is (202,102,49). Sum of RGB (Red+Green+Blue) = 202+102+49=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6631 is #3599CE. Grayscale: #7E7E7E. Windows color (decimal): -3512783 or 3237578. OLE color: 3237578.

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

Color convert

RGB20210249-
CMYK00.500.760.21
HSL20.78º60.96%49.22%-
HSV(B)20.78º75.74%79.22%-
XYZ29.6622.285.64-
YUV125.8684.63182.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 49 (19.53% from 255) = 13.88%
R=57.22%
G=28.90%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021024900.500.760.2120.7860.9649.22
HexCA66310324C15153d31
Octal3121466106211425257561
Binary110010101100110110001011001010011001010110101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6631; }

 p { color: rgb(202,102,49); }

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

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

 a { background-color: rgb(202,102,49); }

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

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

 span { border-color: rgb(202,102,49); }

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