Html Css Color HEX #C87241 Zest

📋 copy color: '#C87241'

red 200 ◦ green 114 ◦ blue 65

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

Shades of Zest #C87241

Tints of Zest #C87241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.08%

 BLUE value IS 65 (25.78% from 255) = 17.15%

R = 52.77%
G = 30.08%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C87241 (or 0xC87241) is known color: Zest. HEX triplet: C8, 72 and 41. RGB value is (200,114,65). Sum of RGB (Red+Green+Blue) = 200+114+65=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C87241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87241 is #378DBE. Grayscale: #868686. Windows color (decimal): -3640767 or 4289224. OLE color: 4289224.

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

Color convert

RGB 200 114 65 -
CMYK 0 0.43 0.68 0.22
HSL 21.78º 0.55% 0.52% -
HSV(B) 21.78º 0.68% 0.78% -
XYZ 30.79 24.7 8.14 -
YUV 134.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 200 114 65 0 0.43 0.68 0.22 21.78 0.55 0.52
Hex C8 72 41 0 2B 44 16 16 37 34
Octal 310 162 101 0 53 104 26 26 67 64
Binary 11001000 1110010 1000001 0 101011 1000100 10110 10110 110111 110100

Color Harmonies of #C87241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87241

Black with #C87241

Text Example


Text Example

White with #C87241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87241; }

 p { color: rgb(200,114,65); }

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

background-color css

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

 a { background-color: rgb(200,114,65); }

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

border-color css

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

 span { border-color: rgb(200,114,65); }

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