Html Css Color HEX #C86D30 Zest

📋 copy color: '#C86D30'

red 200 ◦ green 109 ◦ blue 48

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

Shades of Zest #C86D30

Tints of Zest #C86D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.53%

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

R = 56.02%
G = 30.53%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C86D30 (or 0xC86D30) is known color: Zest. HEX triplet: C8, 6D and 30. RGB value is (200,109,48). Sum of RGB (Red+Green+Blue) = 200+109+48=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D30 is #3792CF. Grayscale: #818181. Windows color (decimal): -3642064 or 3173832. OLE color: 3173832.

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

Color convert

RGB 200 109 48 -
CMYK 0 0.46 0.76 0.22
HSL 24.08º 0.61% 0.49% -
HSV(B) 24.08º 0.76% 0.78% -
XYZ 29.82 23.43 5.75 -
YUV 129.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 200 109 48 0 0.46 0.76 0.22 24.08 0.61 0.49
Hex C8 6D 30 0 2E 4C 16 18 3D 31
Octal 310 155 60 0 56 114 26 30 75 61
Binary 11001000 1101101 110000 0 101110 1001100 10110 11000 111101 110001

Color Harmonies of #C86D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D30

Black with #C86D30

Text Example


Text Example

White with #C86D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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