Html Css Color HEX #C87011 Ochre

📋 copy color: '#C87011'

red 200 ◦ green 112 ◦ blue 17

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

Shades of Ochre #C87011

Tints of Ochre #C87011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

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

R = 60.79%
G = 34.04%
B = 5.17%

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

#C87011 (or 0xC87011) is known color: Ochre. HEX triplet: C8, 70 and 11. RGB value is (200,112,17). Sum of RGB (Red+Green+Blue) = 200+112+17=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C87011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87011 is #378FEE. Grayscale: #7F7F7F. Windows color (decimal): -3641327 or 1142984. OLE color: 1142984.

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

Color convert

RGB 200 112 17 -
CMYK 0 0.44 0.92 0.22
HSL 31.15º 0.84% 0.43% -
HSV(B) 31.15º 0.92% 0.78% -
XYZ 29.71 23.91 3.58 -
YUV 127.48 65.65 179.72 -
System Red Green Blue C M Y K H S L
Decimal 200 112 17 0 0.44 0.92 0.22 31.15 0.84 0.43
Hex C8 70 11 0 2C 5C 16 1F 54 2B
Octal 310 160 21 0 54 134 26 37 124 53
Binary 11001000 1110000 10001 0 101100 1011100 10110 11111 1010100 101011

Color Harmonies of #C87011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87011

Black with #C87011

Text Example


Text Example

White with #C87011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87011; }

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

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

background-color css

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

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

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

border-color css

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

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

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