Html Css Color HEX #C87842 Zest

📋 copy color: '#C87842'

red 200 ◦ green 120 ◦ blue 66

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

Shades of Zest #C87842

Tints of Zest #C87842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

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

R = 51.81%
G = 31.09%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C87842 (or 0xC87842) is known color: Zest. HEX triplet: C8, 78 and 42. RGB value is (200,120,66). Sum of RGB (Red+Green+Blue) = 200+120+66=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C87842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87842 is #3787BD. Grayscale: #8A8A8A. Windows color (decimal): -3639230 or 4356296. OLE color: 4356296.

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

Color convert

RGB 200 120 66 -
CMYK 0 0.4 0.67 0.22
HSL 24.18º 0.55% 0.52% -
HSV(B) 24.18º 0.67% 0.78% -
XYZ 31.52 26.11 8.53 -
YUV 137.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 200 120 66 0 0.4 0.67 0.22 24.18 0.55 0.52
Hex C8 78 42 0 28 43 16 18 37 34
Octal 310 170 102 0 50 103 26 30 67 64
Binary 11001000 1111000 1000010 0 101000 1000011 10110 11000 110111 110100

Color Harmonies of #C87842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87842

Black with #C87842

Text Example


Text Example

White with #C87842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87842; }

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

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

background-color css

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

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

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

border-color css

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

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

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