Html Css Color HEX #CA6039 Ecstasy

📋 copy color: '#CA6039'

red 202 ◦ green 96 ◦ blue 57

#CA6039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecstasy #CA6039

Tints of Ecstasy #CA6039

RGB

 RED value IS 202 (79.3% from 255) = 56.9%

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 57 (22.66% from 255) = 16.06%

R = 56.9%
G = 27.04%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA6039 (or 0xCA6039) is known color: Ecstasy. HEX triplet: CA, 60 and 39. RGB value is (202,96,57). Sum of RGB (Red+Green+Blue) = 202+96+57=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6039 is #359FC6. Grayscale: #7B7B7B. Windows color (decimal): -3514311 or 3760330. OLE color: 3760330.

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

Color convert

RGB 202 96 57 -
CMYK 0 0.52 0.72 0.21
HSL 16.14º 0.58% 0.51% -
HSV(B) 16.14º 0.72% 0.79% -
XYZ 29.28 21.22 6.42 -
YUV 123.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 202 96 57 0 0.52 0.72 0.21 16.14 0.58 0.51
Hex CA 60 39 0 34 48 15 10 3A 33
Octal 312 140 71 0 64 110 25 20 72 63
Binary 11001010 1100000 111001 0 110100 1001000 10101 10000 111010 110011

Color Harmonies of #CA6039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6039

Black with #CA6039

Text Example


Text Example

White with #CA6039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6039; }

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

 H1.HeaderClassName
 {
   color: #CA6039;
 }
 .AnyTagClassName
 {
   color: #CA6039;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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