Html Css Color HEX #C87716 Ochre

📋 copy color: '#C87716'

red 200 ◦ green 119 ◦ blue 22

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

Shades of Ochre #C87716

Tints of Ochre #C87716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 58.65%
G = 34.9%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C87716 (or 0xC87716) is known color: Ochre. HEX triplet: C8, 77 and 16. RGB value is (200,119,22). Sum of RGB (Red+Green+Blue) = 200+119+22=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C87716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87716 is #3788E9. Grayscale: #848484. Windows color (decimal): -3639530 or 1472456. OLE color: 1472456.

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

Color convert

RGB 200 119 22 -
CMYK 0 0.40 0.89 0.22
HSL 32.7º 0.8% 0.44% -
HSV(B) 32.7º 0.89% 0.78% -
XYZ 30.56 25.53 4.08 -
YUV 132.16 65.84 176.39 -
System Red Green Blue C M Y K H S L
Decimal 200 119 22 0 0.40 0.89 0.22 32.7 0.8 0.44
Hex C8 77 16 0 28 59 16 21 50 2C
Octal 310 167 26 0 50 131 26 41 120 54
Binary 11001000 1110111 10110 0 101000 1011001 10110 100001 1010000 101100

Color Harmonies of #C87716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87716

Black with #C87716

Text Example


Text Example

White with #C87716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87716; }

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

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

background-color css

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

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

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

border-color css

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

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

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