Html Css Color HEX #C87142 Zest

📋 copy color: '#C87142'

red 200 ◦ green 113 ◦ blue 66

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

Shades of Zest #C87142

Tints of Zest #C87142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

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

R = 52.77%
G = 29.82%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C87142 (or 0xC87142) is known color: Zest. HEX triplet: C8, 71 and 42. RGB value is (200,113,66). Sum of RGB (Red+Green+Blue) = 200+113+66=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C87142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87142 is #378EBD. Grayscale: #858585. Windows color (decimal): -3641022 or 4354504. OLE color: 4354504.

HSL color Cylindrical-coordinate representation of color #C87142: hue angle of 21.04º 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 #C87142 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 113 66 -
CMYK 0 0.44 0.67 0.22
HSL 21.04º 0.55% 0.52% -
HSV(B) 21.04º 0.67% 0.78% -
XYZ 30.71 24.48 8.26 -
YUV 133.66 89.82 175.32 -
System Red Green Blue C M Y K H S L
Decimal 200 113 66 0 0.44 0.67 0.22 21.04 0.55 0.52
Hex C8 71 42 0 2C 43 16 15 37 34
Octal 310 161 102 0 54 103 26 25 67 64
Binary 11001000 1110001 1000010 0 101100 1000011 10110 10101 110111 110100

Color Harmonies of #C87142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87142

Black with #C87142

Text Example


Text Example

White with #C87142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87142; }

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

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

background-color css

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

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

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

border-color css

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

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

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