Html Css Color HEX #CA7040 Zest

📋 copy color: '#CA7040'

red 202 ◦ green 112 ◦ blue 64

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

Shades of Zest #CA7040

Tints of Zest #CA7040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

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

R = 53.44%
G = 29.63%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA7040 (or 0xCA7040) is known color: Zest. HEX triplet: CA, 70 and 40. RGB value is (202,112,64). Sum of RGB (Red+Green+Blue) = 202+112+64=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7040 is #358FBF. Grayscale: #858585. Windows color (decimal): -3510208 or 4223178. OLE color: 4223178.

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

Color convert

RGB 202 112 64 -
CMYK 0 0.45 0.68 0.21
HSL 20.87º 0.57% 0.52% -
HSV(B) 20.87º 0.68% 0.79% -
XYZ 31.08 24.52 7.94 -
YUV 133.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 202 112 64 0 0.45 0.68 0.21 20.87 0.57 0.52
Hex CA 70 40 0 2D 44 15 15 39 34
Octal 312 160 100 0 55 104 25 25 71 64
Binary 11001010 1110000 1000000 0 101101 1000100 10101 10101 111001 110100

Color Harmonies of #CA7040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7040

Black with #CA7040

Text Example


Text Example

White with #CA7040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7040; }

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

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

background-color css

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

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

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

border-color css

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

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

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