#CA6132

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

Shades of Ecstasy #CA6132

Tints of Ecstasy #CA6132

Color information

#CA6132 (or 0xCA6132) is unknown color: approx Ecstasy. HEX triplet: CA, 61 and 32. RGB value is (202,97,50). Sum of RGB (Red+Green+Blue) = 202+97+50=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6132 is #359ECD. Grayscale: #7B7B7B. Windows color (decimal): -3514062 or 3301834. OLE color: 3301834.

HSL color Cylindrical-coordinate representation of color #CA6132: hue angle of 18.55º 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 #CA6132 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB2029750-
CMYK00.520.750.21
HSL18.55º60.32%49.41%-
HSV(B)18.55º75.25%79.22%-
XYZ29.2121.345.6-
YUV123.0486.79184.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.88%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 50 (19.92% from 255) = 14.33%
R=57.88%
G=27.79%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202975000.520.750.2118.5560.3249.41
HexCA61320344B15133c31
Octal3121416206411325237461
Binary110010101100001110010011010010010111010110011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6132; }

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

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

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

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

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

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

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

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