Html Css Color HEX #CA6032 Ecstasy

📋 copy color: '#CA6032'

red 202 ◦ green 96 ◦ blue 50

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

Shades of Ecstasy #CA6032

Tints of Ecstasy #CA6032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 58.05%
G = 27.59%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA6032 (or 0xCA6032) is known color: Ecstasy. HEX triplet: CA, 60 and 32. RGB value is (202,96,50). Sum of RGB (Red+Green+Blue) = 202+96+50=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6032 is #359FCD. Grayscale: #7A7A7A. Windows color (decimal): -3514318 or 3301578. OLE color: 3301578.

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

Color convert

RGB 202 96 50 -
CMYK 0 0.52 0.75 0.21
HSL 18.16º 0.6% 0.49% -
HSV(B) 18.16º 0.75% 0.79% -
XYZ 29.12 21.15 5.57 -
YUV 122.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 202 96 50 0 0.52 0.75 0.21 18.16 0.6 0.49
Hex CA 60 32 0 34 4B 15 12 3C 31
Octal 312 140 62 0 64 113 25 22 74 61
Binary 11001010 1100000 110010 0 110100 1001011 10101 10010 111100 110001

Color Harmonies of #CA6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6032

Black with #CA6032

Text Example


Text Example

White with #CA6032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6032; }

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

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

background-color css

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

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

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

border-color css

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

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

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