#CA6432

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

Shades of Ecstasy #CA6432

Tints of Ecstasy #CA6432

Color information

#CA6432 (or 0xCA6432) is unknown color: approx Ecstasy. HEX triplet: CA, 64 and 32. RGB value is (202,100,50). Sum of RGB (Red+Green+Blue) = 202+100+50=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6432 is #359BCD. Grayscale: #7D7D7D. Windows color (decimal): -3513294 or 3302602. OLE color: 3302602.

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

Color convert

RGB20210050-
CMYK00.500.750.21
HSL19.74º60.32%49.41%-
HSV(B)19.74º75.25%79.22%-
XYZ29.4921.95.69-
YUV124.885.79183.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 50 (19.92% from 255) = 14.20%
R=57.39%
G=28.41%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021005000.500.750.2119.7460.3249.41
HexCA64320324B15143c31
Octal3121446206211325247461
Binary110010101100100110010011001010010111010110100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6432; }

 p { color: rgb(202,100,50); }

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

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

 a { background-color: rgb(202,100,50); }

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

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

 span { border-color: rgb(202,100,50); }

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