Html Css Color HEX #CA6E40 Zest

📋 copy color: '#CA6E40'

red 202 ◦ green 110 ◦ blue 64

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

Shades of Zest #CA6E40

Tints of Zest #CA6E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 53.72%
G = 29.26%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA6E40 (or 0xCA6E40) is known color: Zest. HEX triplet: CA, 6E and 40. RGB value is (202,110,64). Sum of RGB (Red+Green+Blue) = 202+110+64=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E40 is #3591BF. Grayscale: #848484. Windows color (decimal): -3510720 or 4222666. OLE color: 4222666.

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

Color convert

RGB 202 110 64 -
CMYK 0 0.46 0.68 0.21
HSL 20º 0.57% 0.52% -
HSV(B) 20º 0.68% 0.79% -
XYZ 30.86 24.08 7.87 -
YUV 132.26 89.48 177.74 -
System Red Green Blue C M Y K H S L
Decimal 202 110 64 0 0.46 0.68 0.21 20 0.57 0.52
Hex CA 6E 40 0 2E 44 15 14 39 34
Octal 312 156 100 0 56 104 25 24 71 64
Binary 11001010 1101110 1000000 0 101110 1000100 10101 10100 111001 110100

Color Harmonies of #CA6E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E40

Black with #CA6E40

Text Example


Text Example

White with #CA6E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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