Html Css Color HEX #C87F16 Ochre

📋 copy color: '#C87F16'

red 200 ◦ green 127 ◦ blue 22

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

Shades of Ochre #C87F16

Tints of Ochre #C87F16

RGB

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

 GREEN value IS 127 (50% from 255) = 36.39%

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

R = 57.31%
G = 36.39%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C87F16 (or 0xC87F16) is known color: Ochre. HEX triplet: C8, 7F and 16. RGB value is (200,127,22). Sum of RGB (Red+Green+Blue) = 200+127+22=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87F16 is #3780E9. Grayscale: #898989. Windows color (decimal): -3637482 or 1474504. OLE color: 1474504.

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

Color convert

RGB 200 127 22 -
CMYK 0 0.36 0.89 0.22
HSL 35.39º 0.8% 0.44% -
HSV(B) 35.39º 0.89% 0.78% -
XYZ 31.55 27.52 4.41 -
YUV 136.86 63.18 173.04 -
System Red Green Blue C M Y K H S L
Decimal 200 127 22 0 0.36 0.89 0.22 35.39 0.8 0.44
Hex C8 7F 16 0 24 59 16 23 50 2C
Octal 310 177 26 0 44 131 26 43 120 54
Binary 11001000 1111111 10110 0 100100 1011001 10110 100011 1010000 101100

Color Harmonies of #C87F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F16

Black with #C87F16

Text Example


Text Example

White with #C87F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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