Html Css Color HEX #C87616 Ochre

📋 copy color: '#C87616'

red 200 ◦ green 118 ◦ blue 22

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

Shades of Ochre #C87616

Tints of Ochre #C87616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.47%

R = 58.82%
G = 34.71%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C87616 (or 0xC87616) is known color: Ochre. HEX triplet: C8, 76 and 16. RGB value is (200,118,22). Sum of RGB (Red+Green+Blue) = 200+118+22=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C87616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87616 is #3789E9. Grayscale: #848484. Windows color (decimal): -3639786 or 1472200. OLE color: 1472200.

HSL color Cylindrical-coordinate representation of color #C87616: hue angle of 32.36º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C87616 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 118 22 -
CMYK 0 0.41 0.89 0.22
HSL 32.36º 0.8% 0.44% -
HSV(B) 32.36º 0.89% 0.78% -
XYZ 30.44 25.29 4.04 -
YUV 131.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 200 118 22 0 0.41 0.89 0.22 32.36 0.8 0.44
Hex C8 76 16 0 29 59 16 20 50 2C
Octal 310 166 26 0 51 131 26 40 120 54
Binary 11001000 1110110 10110 0 101001 1011001 10110 100000 1010000 101100

Color Harmonies of #C87616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87616

Black with #C87616

Text Example


Text Example

White with #C87616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87616; }

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

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

background-color css

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

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

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

border-color css

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

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

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