Html Css Color HEX #C87516 Ochre

📋 copy color: '#C87516'

red 200 ◦ green 117 ◦ blue 22

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

Shades of Ochre #C87516

Tints of Ochre #C87516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

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

R = 59%
G = 34.51%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C87516 (or 0xC87516) is known color: Ochre. HEX triplet: C8, 75 and 16. RGB value is (200,117,22). Sum of RGB (Red+Green+Blue) = 200+117+22=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C87516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87516 is #378AE9. Grayscale: #838383. Windows color (decimal): -3640042 or 1471944. OLE color: 1471944.

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

Color convert

RGB 200 117 22 -
CMYK 0 0.42 0.89 0.22
HSL 32.02º 0.8% 0.44% -
HSV(B) 32.02º 0.89% 0.78% -
XYZ 30.33 25.06 4 -
YUV 130.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 200 117 22 0 0.42 0.89 0.22 32.02 0.8 0.44
Hex C8 75 16 0 2A 59 16 20 50 2C
Octal 310 165 26 0 52 131 26 40 120 54
Binary 11001000 1110101 10110 0 101010 1011001 10110 100000 1010000 101100

Color Harmonies of #C87516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87516

Black with #C87516

Text Example


Text Example

White with #C87516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87516; }

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

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

background-color css

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

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

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

border-color css

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

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

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