Html Css Color HEX #C87130 Zest

📋 copy color: '#C87130'

red 200 ◦ green 113 ◦ blue 48

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

Shades of Zest #C87130

Tints of Zest #C87130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.3%

R = 55.4%
G = 31.3%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C87130 (or 0xC87130) is known color: Zest. HEX triplet: C8, 71 and 30. RGB value is (200,113,48). Sum of RGB (Red+Green+Blue) = 200+113+48=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C87130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87130 is #378ECF. Grayscale: #838383. Windows color (decimal): -3641040 or 3174856. OLE color: 3174856.

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

Color convert

RGB 200 113 48 -
CMYK 0 0.44 0.76 0.22
HSL 25.66º 0.61% 0.49% -
HSV(B) 25.66º 0.76% 0.78% -
XYZ 30.26 24.3 5.89 -
YUV 131.6 80.82 176.79 -
System Red Green Blue C M Y K H S L
Decimal 200 113 48 0 0.44 0.76 0.22 25.66 0.61 0.49
Hex C8 71 30 0 2C 4C 16 1A 3D 31
Octal 310 161 60 0 54 114 26 32 75 61
Binary 11001000 1110001 110000 0 101100 1001100 10110 11010 111101 110001

Color Harmonies of #C87130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87130

Black with #C87130

Text Example


Text Example

White with #C87130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87130; }

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

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

background-color css

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

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

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

border-color css

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

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

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