#CA6339

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

Shades of Ecstasy #CA6339

Tints of Ecstasy #CA6339

Color information

#CA6339 (or 0xCA6339) is unknown color: approx Ecstasy. HEX triplet: CA, 63 and 39. RGB value is (202,99,57). Sum of RGB (Red+Green+Blue) = 202+99+57=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6339 is #359CC6. Grayscale: #7D7D7D. Windows color (decimal): -3513543 or 3761098. OLE color: 3761098.

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

Color convert

RGB2029957-
CMYK00.510.720.21
HSL17.38º57.77%50.78%-
HSV(B)17.38º71.78%79.22%-
XYZ29.5621.786.52-
YUV125.0189.62182.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.42%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 57 (22.66% from 255) = 15.92%
R=56.42%
G=27.65%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202995700.510.720.2117.3857.7750.78
HexCA63390334815113a33
Octal3121437106311025217263
Binary110010101100011111001011001110010001010110001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6339; }

 p { color: rgb(202,99,57); }

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

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

 a { background-color: rgb(202,99,57); }

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

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

 span { border-color: rgb(202,99,57); }

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