Html Css Color HEX #C87211 Ochre

📋 copy color: '#C87211'

red 200 ◦ green 114 ◦ blue 17

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

Shades of Ochre #C87211

Tints of Ochre #C87211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

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

R = 60.42%
G = 34.44%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C87211 (or 0xC87211) is known color: Ochre. HEX triplet: C8, 72 and 11. RGB value is (200,114,17). Sum of RGB (Red+Green+Blue) = 200+114+17=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C87211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87211 is #378DEE. Grayscale: #818181. Windows color (decimal): -3640815 or 1143496. OLE color: 1143496.

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

Color convert

RGB 200 114 17 -
CMYK 0 0.43 0.92 0.22
HSL 31.8º 0.84% 0.43% -
HSV(B) 31.8º 0.92% 0.78% -
XYZ 29.94 24.35 3.65 -
YUV 128.66 64.99 178.89 -
System Red Green Blue C M Y K H S L
Decimal 200 114 17 0 0.43 0.92 0.22 31.8 0.84 0.43
Hex C8 72 11 0 2B 5C 16 20 54 2B
Octal 310 162 21 0 53 134 26 40 124 53
Binary 11001000 1110010 10001 0 101011 1011100 10110 100000 1010100 101011

Color Harmonies of #C87211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87211

Black with #C87211

Text Example


Text Example

White with #C87211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87211; }

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

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

background-color css

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

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

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

border-color css

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

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

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