Html Css Color HEX #CA7442 Zest

📋 copy color: '#CA7442'

red 202 ◦ green 116 ◦ blue 66

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

Shades of Zest #CA7442

Tints of Zest #CA7442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 52.6%
G = 30.21%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA7442 (or 0xCA7442) is known color: Zest. HEX triplet: CA, 74 and 42. RGB value is (202,116,66). Sum of RGB (Red+Green+Blue) = 202+116+66=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7442 is #358BBD. Grayscale: #888888. Windows color (decimal): -3509182 or 4355274. OLE color: 4355274.

HSL color Cylindrical-coordinate representation of color #CA7442: hue angle of 22.06º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA7442 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 116 66 -
CMYK 0 0.43 0.67 0.21
HSL 22.06º 0.56% 0.53% -
HSV(B) 22.06º 0.67% 0.79% -
XYZ 31.59 25.44 8.4 -
YUV 136.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 202 116 66 0 0.43 0.67 0.21 22.06 0.56 0.53
Hex CA 74 42 0 2B 43 15 16 38 35
Octal 312 164 102 0 53 103 25 26 70 65
Binary 11001010 1110100 1000010 0 101011 1000011 10101 10110 111000 110101

Color Harmonies of #CA7442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7442

Black with #CA7442

Text Example


Text Example

White with #CA7442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7442; }

 p { color: rgb(202,116,66); }

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

background-color css

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

 a { background-color: rgb(202,116,66); }

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

border-color css

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

 span { border-color: rgb(202,116,66); }

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