Html Css Color HEX #C87111 Ochre

📋 copy color: '#C87111'

red 200 ◦ green 113 ◦ blue 17

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

Shades of Ochre #C87111

Tints of Ochre #C87111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 60.61%
G = 34.24%
B = 5.15%

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

#C87111 (or 0xC87111) is known color: Ochre. HEX triplet: C8, 71 and 11. RGB value is (200,113,17). Sum of RGB (Red+Green+Blue) = 200+113+17=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C87111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87111 is #378EEE. Grayscale: #808080. Windows color (decimal): -3641071 or 1143240. OLE color: 1143240.

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

Color convert

RGB 200 113 17 -
CMYK 0 0.44 0.92 0.22
HSL 31.48º 0.84% 0.43% -
HSV(B) 31.48º 0.92% 0.78% -
XYZ 29.83 24.13 3.62 -
YUV 128.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 200 113 17 0 0.44 0.92 0.22 31.48 0.84 0.43
Hex C8 71 11 0 2C 5C 16 1F 54 2B
Octal 310 161 21 0 54 134 26 37 124 53
Binary 11001000 1110001 10001 0 101100 1011100 10110 11111 1010100 101011

Color Harmonies of #C87111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87111

Black with #C87111

Text Example


Text Example

White with #C87111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87111; }

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

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

background-color css

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

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

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

border-color css

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

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

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