Html Css Color HEX #C87511 Ochre

📋 copy color: '#C87511'

red 200 ◦ green 117 ◦ blue 17

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

Shades of Ochre #C87511

Tints of Ochre #C87511

RGB

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

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

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

R = 59.88%
G = 35.03%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C87511 (or 0xC87511) is known color: Ochre. HEX triplet: C8, 75 and 11. RGB value is (200,117,17). Sum of RGB (Red+Green+Blue) = 200+117+17=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C87511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87511 is #378AEE. Grayscale: #828282. Windows color (decimal): -3640047 or 1144264. OLE color: 1144264.

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

Color convert

RGB 200 117 17 -
CMYK 0 0.42 0.92 0.22
HSL 32.79º 0.84% 0.43% -
HSV(B) 32.79º 0.92% 0.78% -
XYZ 30.28 25.04 3.77 -
YUV 130.42 64 177.63 -
System Red Green Blue C M Y K H S L
Decimal 200 117 17 0 0.42 0.92 0.22 32.79 0.84 0.43
Hex C8 75 11 0 2A 5C 16 21 54 2B
Octal 310 165 21 0 52 134 26 41 124 53
Binary 11001000 1110101 10001 0 101010 1011100 10110 100001 1010100 101011

Color Harmonies of #C87511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87511

Black with #C87511

Text Example


Text Example

White with #C87511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87511; }

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

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

background-color css

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

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

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

border-color css

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

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

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