Html Css Color HEX #C87230 Zest

📋 copy color: '#C87230'

red 200 ◦ green 114 ◦ blue 48

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

Shades of Zest #C87230

Tints of Zest #C87230

RGB

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

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

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

R = 55.25%
G = 31.49%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C87230 (or 0xC87230) is known color: Zest. HEX triplet: C8, 72 and 30. RGB value is (200,114,48). Sum of RGB (Red+Green+Blue) = 200+114+48=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C87230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87230 is #378DCF. Grayscale: #848484. Windows color (decimal): -3640784 or 3175112. OLE color: 3175112.

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

Color convert

RGB 200 114 48 -
CMYK 0 0.43 0.76 0.22
HSL 26.05º 0.61% 0.49% -
HSV(B) 26.05º 0.76% 0.78% -
XYZ 30.37 24.53 5.93 -
YUV 132.19 80.49 176.37 -
System Red Green Blue C M Y K H S L
Decimal 200 114 48 0 0.43 0.76 0.22 26.05 0.61 0.49
Hex C8 72 30 0 2B 4C 16 1A 3D 31
Octal 310 162 60 0 53 114 26 32 75 61
Binary 11001000 1110010 110000 0 101011 1001100 10110 11010 111101 110001

Color Harmonies of #C87230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87230

Black with #C87230

Text Example


Text Example

White with #C87230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87230; }

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

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

background-color css

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

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

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

border-color css

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

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

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