Html Css Color HEX #C87611 Ochre

📋 copy color: '#C87611'

red 200 ◦ green 118 ◦ blue 17

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

Shades of Ochre #C87611

Tints of Ochre #C87611

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

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

R = 59.7%
G = 35.22%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C87611 (or 0xC87611) is known color: Ochre. HEX triplet: C8, 76 and 11. RGB value is (200,118,17). Sum of RGB (Red+Green+Blue) = 200+118+17=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C87611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87611 is #3789EE. Grayscale: #838383. Windows color (decimal): -3639791 or 1144520. OLE color: 1144520.

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

Color convert

RGB 200 118 17 -
CMYK 0 0.41 0.92 0.22
HSL 33.11º 0.84% 0.43% -
HSV(B) 33.11º 0.92% 0.78% -
XYZ 30.4 25.28 3.81 -
YUV 131 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 200 118 17 0 0.41 0.92 0.22 33.11 0.84 0.43
Hex C8 76 11 0 29 5C 16 21 54 2B
Octal 310 166 21 0 51 134 26 41 124 53
Binary 11001000 1110110 10001 0 101001 1011100 10110 100001 1010100 101011

Color Harmonies of #C87611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87611

Black with #C87611

Text Example


Text Example

White with #C87611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87611; }

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

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

background-color css

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

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

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

border-color css

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

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

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