Html Css Color HEX #C87442 Zest

📋 copy color: '#C87442'

red 200 ◦ green 116 ◦ blue 66

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

Shades of Zest #C87442

Tints of Zest #C87442

RGB

 RED value IS 200 (78.52% from 255) = 52.36%

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

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

R = 52.36%
G = 30.37%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C87442 (or 0xC87442) is known color: Zest. HEX triplet: C8, 74 and 42. RGB value is (200,116,66). Sum of RGB (Red+Green+Blue) = 200+116+66=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C87442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87442 is #378BBD. Grayscale: #878787. Windows color (decimal): -3640254 or 4355272. OLE color: 4355272.

HSL color Cylindrical-coordinate representation of color #C87442: hue angle of 22.39º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C87442 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 116 66 -
CMYK 0 0.42 0.67 0.22
HSL 22.39º 0.55% 0.52% -
HSV(B) 22.39º 0.67% 0.78% -
XYZ 31.05 25.16 8.37 -
YUV 135.42 88.83 174.07 -
System Red Green Blue C M Y K H S L
Decimal 200 116 66 0 0.42 0.67 0.22 22.39 0.55 0.52
Hex C8 74 42 0 2A 43 16 16 37 34
Octal 310 164 102 0 52 103 26 26 67 64
Binary 11001000 1110100 1000010 0 101010 1000011 10110 10110 110111 110100

Color Harmonies of #C87442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87442

Black with #C87442

Text Example


Text Example

White with #C87442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87442; }

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

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

background-color css

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

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

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

border-color css

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

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

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