Html Css Color HEX #C87030 Zest

📋 copy color: '#C87030'

red 200 ◦ green 112 ◦ blue 48

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

Shades of Zest #C87030

Tints of Zest #C87030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 55.56%
G = 31.11%
B = 13.33%

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

#C87030 (or 0xC87030) is known color: Zest. HEX triplet: C8, 70 and 30. RGB value is (200,112,48). Sum of RGB (Red+Green+Blue) = 200+112+48=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C87030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87030 is #378FCF. Grayscale: #838383. Windows color (decimal): -3641296 or 3174600. OLE color: 3174600.

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

Color convert

RGB 200 112 48 -
CMYK 0 0.44 0.76 0.22
HSL 25.26º 0.61% 0.49% -
HSV(B) 25.26º 0.76% 0.78% -
XYZ 30.15 24.08 5.86 -
YUV 131.02 81.15 177.2 -
System Red Green Blue C M Y K H S L
Decimal 200 112 48 0 0.44 0.76 0.22 25.26 0.61 0.49
Hex C8 70 30 0 2C 4C 16 19 3D 31
Octal 310 160 60 0 54 114 26 31 75 61
Binary 11001000 1110000 110000 0 101100 1001100 10110 11001 111101 110001

Color Harmonies of #C87030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87030

Black with #C87030

Text Example


Text Example

White with #C87030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87030; }

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

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

background-color css

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

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

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

border-color css

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

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

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