Html Css Color HEX #C87816 Ochre

📋 copy color: '#C87816'

red 200 ◦ green 120 ◦ blue 22

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

Shades of Ochre #C87816

Tints of Ochre #C87816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 58.48%
G = 35.09%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C87816 (or 0xC87816) is known color: Ochre. HEX triplet: C8, 78 and 16. RGB value is (200,120,22). Sum of RGB (Red+Green+Blue) = 200+120+22=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C87816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87816 is #3787E9. Grayscale: #858585. Windows color (decimal): -3639274 or 1472712. OLE color: 1472712.

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

Color convert

RGB 200 120 22 -
CMYK 0 0.4 0.89 0.22
HSL 33.03º 0.8% 0.44% -
HSV(B) 33.03º 0.89% 0.78% -
XYZ 30.68 25.77 4.12 -
YUV 132.75 65.5 175.97 -
System Red Green Blue C M Y K H S L
Decimal 200 120 22 0 0.4 0.89 0.22 33.03 0.8 0.44
Hex C8 78 16 0 28 59 16 21 50 2C
Octal 310 170 26 0 50 131 26 41 120 54
Binary 11001000 1111000 10110 0 101000 1011001 10110 100001 1010000 101100

Color Harmonies of #C87816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87816

Black with #C87816

Text Example


Text Example

White with #C87816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87816; }

 p { color: rgb(200,120,22); }

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

background-color css

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

 a { background-color: rgb(200,120,22); }

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

border-color css

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

 span { border-color: rgb(200,120,22); }

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