Html Css Color HEX #C87540 Zest

📋 copy color: '#C87540'

red 200 ◦ green 117 ◦ blue 64

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

Shades of Zest #C87540

Tints of Zest #C87540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.71%

 BLUE value IS 64 (25.39% from 255) = 16.8%

R = 52.49%
G = 30.71%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C87540 (or 0xC87540) is known color: Zest. HEX triplet: C8, 75 and 40. RGB value is (200,117,64). Sum of RGB (Red+Green+Blue) = 200+117+64=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C87540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87540 is #378ABF. Grayscale: #888888. Windows color (decimal): -3640000 or 4224456. OLE color: 4224456.

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

Color convert

RGB 200 117 64 -
CMYK 0 0.42 0.68 0.22
HSL 23.38º 0.55% 0.52% -
HSV(B) 23.38º 0.68% 0.78% -
XYZ 31.11 25.37 8.11 -
YUV 135.78 87.5 173.81 -
System Red Green Blue C M Y K H S L
Decimal 200 117 64 0 0.42 0.68 0.22 23.38 0.55 0.52
Hex C8 75 40 0 2A 44 16 17 37 34
Octal 310 165 100 0 52 104 26 27 67 64
Binary 11001000 1110101 1000000 0 101010 1000100 10110 10111 110111 110100

Color Harmonies of #C87540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87540

Black with #C87540

Text Example


Text Example

White with #C87540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87540; }

 p { color: rgb(200,117,64); }

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

background-color css

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

 a { background-color: rgb(200,117,64); }

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

border-color css

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

 span { border-color: rgb(200,117,64); }

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