Html Css Color HEX #C87141 Zest

📋 copy color: '#C87141'

red 200 ◦ green 113 ◦ blue 65

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

Shades of Zest #C87141

Tints of Zest #C87141

RGB

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

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

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

R = 52.91%
G = 29.89%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C87141 (or 0xC87141) is known color: Zest. HEX triplet: C8, 71 and 41. RGB value is (200,113,65). Sum of RGB (Red+Green+Blue) = 200+113+65=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C87141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87141 is #378EBE. Grayscale: #858585. Windows color (decimal): -3641023 or 4288968. OLE color: 4288968.

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

Color convert

RGB 200 113 65 -
CMYK 0 0.44 0.68 0.22
HSL 21.33º 0.55% 0.52% -
HSV(B) 21.33º 0.68% 0.78% -
XYZ 30.68 24.47 8.11 -
YUV 133.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 200 113 65 0 0.44 0.68 0.22 21.33 0.55 0.52
Hex C8 71 41 0 2C 44 16 15 37 34
Octal 310 161 101 0 54 104 26 25 67 64
Binary 11001000 1110001 1000001 0 101100 1000100 10110 10101 110111 110100

Color Harmonies of #C87141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87141

Black with #C87141

Text Example


Text Example

White with #C87141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87141; }

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

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

background-color css

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

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

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

border-color css

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

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

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