Html Css Color HEX #C87134 Zest

📋 copy color: '#C87134'

red 200 ◦ green 113 ◦ blue 52

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

Shades of Zest #C87134

Tints of Zest #C87134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 54.79%
G = 30.96%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C87134 (or 0xC87134) is known color: Zest. HEX triplet: C8, 71 and 34. RGB value is (200,113,52). Sum of RGB (Red+Green+Blue) = 200+113+52=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C87134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87134 is #378ECB. Grayscale: #848484. Windows color (decimal): -3641036 or 3437000. OLE color: 3437000.

HSL color Cylindrical-coordinate representation of color #C87134: hue angle of 24.73º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C87134 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 113 52 -
CMYK 0 0.44 0.74 0.22
HSL 24.73º 0.59% 0.49% -
HSV(B) 24.73º 0.74% 0.78% -
XYZ 30.34 24.34 6.35 -
YUV 132.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 200 113 52 0 0.44 0.74 0.22 24.73 0.59 0.49
Hex C8 71 34 0 2C 4A 16 19 3B 31
Octal 310 161 64 0 54 112 26 31 73 61
Binary 11001000 1110001 110100 0 101100 1001010 10110 11001 111011 110001

Color Harmonies of #C87134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87134

Black with #C87134

Text Example


Text Example

White with #C87134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87134; }

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

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

background-color css

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

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

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

border-color css

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

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

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