Html Css Color HEX #C87110 Ochre

📋 copy color: '#C87110'

red 200 ◦ green 113 ◦ blue 16

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

Shades of Ochre #C87110

Tints of Ochre #C87110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 60.79%
G = 34.35%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C87110 (or 0xC87110) is known color: Ochre. HEX triplet: C8, 71 and 10. RGB value is (200,113,16). Sum of RGB (Red+Green+Blue) = 200+113+16=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C87110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87110 is #378EEF. Grayscale: #808080. Windows color (decimal): -3641072 or 1077704. OLE color: 1077704.

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

Color convert

RGB 200 113 16 -
CMYK 0 0.44 0.92 0.22
HSL 31.63º 0.85% 0.42% -
HSV(B) 31.63º 0.92% 0.78% -
XYZ 29.82 24.13 3.58 -
YUV 127.96 64.82 179.39 -
System Red Green Blue C M Y K H S L
Decimal 200 113 16 0 0.44 0.92 0.22 31.63 0.85 0.42
Hex C8 71 10 0 2C 5C 16 20 55 2A
Octal 310 161 20 0 54 134 26 40 125 52
Binary 11001000 1110001 10000 0 101100 1011100 10110 100000 1010101 101010

Color Harmonies of #C87110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87110

Black with #C87110

Text Example


Text Example

White with #C87110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87110; }

 p { color: rgb(200,113,16); }

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

background-color css

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

 a { background-color: rgb(200,113,16); }

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

border-color css

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

 span { border-color: rgb(200,113,16); }

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