Html Css Color HEX #CA6E3C Zest

📋 copy color: '#CA6E3C'

red 202 ◦ green 110 ◦ blue 60

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

Shades of Zest #CA6E3C

Tints of Zest #CA6E3C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.57%

 BLUE value IS 60 (23.83% from 255) = 16.13%

R = 54.3%
G = 29.57%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA6E3C (or 0xCA6E3C) is known color: Zest. HEX triplet: CA, 6E and 3C. RGB value is (202,110,60). Sum of RGB (Red+Green+Blue) = 202+110+60=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E3C is #3591C3. Grayscale: #848484. Windows color (decimal): -3510724 or 3960522. OLE color: 3960522.

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

Color convert

RGB 202 110 60 -
CMYK 0 0.46 0.70 0.21
HSL 21.13º 0.57% 0.51% -
HSV(B) 21.13º 0.7% 0.79% -
XYZ 30.75 24.03 7.29 -
YUV 131.81 87.48 178.07 -
System Red Green Blue C M Y K H S L
Decimal 202 110 60 0 0.46 0.70 0.21 21.13 0.57 0.51
Hex CA 6E 3C 0 2E 46 15 15 39 33
Octal 312 156 74 0 56 106 25 25 71 63
Binary 11001010 1101110 111100 0 101110 1000110 10101 10101 111001 110011

Color Harmonies of #CA6E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E3C

Black with #CA6E3C

Text Example


Text Example

White with #CA6E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E3C; }

 p { color: rgb(202,110,60); }

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

background-color css

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

 a { background-color: rgb(202,110,60); }

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

border-color css

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

 span { border-color: rgb(202,110,60); }

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