Html Css Color HEX #C87911 Ochre

📋 copy color: '#C87911'

red 200 ◦ green 121 ◦ blue 17

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

Shades of Ochre #C87911

Tints of Ochre #C87911

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

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

R = 59.17%
G = 35.8%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C87911 (or 0xC87911) is known color: Ochre. HEX triplet: C8, 79 and 11. RGB value is (200,121,17). Sum of RGB (Red+Green+Blue) = 200+121+17=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C87911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87911 is #3786EE. Grayscale: #858585. Windows color (decimal): -3639023 or 1145288. OLE color: 1145288.

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

Color convert

RGB 200 121 17 -
CMYK 0 0.39 0.92 0.22
HSL 34.1º 0.84% 0.43% -
HSV(B) 34.1º 0.92% 0.78% -
XYZ 30.76 25.99 3.93 -
YUV 132.77 62.67 175.96 -
System Red Green Blue C M Y K H S L
Decimal 200 121 17 0 0.39 0.92 0.22 34.1 0.84 0.43
Hex C8 79 11 0 27 5C 16 22 54 2B
Octal 310 171 21 0 47 134 26 42 124 53
Binary 11001000 1111001 10001 0 100111 1011100 10110 100010 1010100 101011

Color Harmonies of #C87911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87911

Black with #C87911

Text Example


Text Example

White with #C87911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87911; }

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

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

background-color css

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

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

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

border-color css

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

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

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