Html Css Color HEX #C87D16 Ochre

📋 copy color: '#C87D16'

red 200 ◦ green 125 ◦ blue 22

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

Shades of Ochre #C87D16

Tints of Ochre #C87D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

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

R = 57.64%
G = 36.02%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C87D16 (or 0xC87D16) is known color: Ochre. HEX triplet: C8, 7D and 16. RGB value is (200,125,22). Sum of RGB (Red+Green+Blue) = 200+125+22=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87D16 is #3782E9. Grayscale: #888888. Windows color (decimal): -3637994 or 1473992. OLE color: 1473992.

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

Color convert

RGB 200 125 22 -
CMYK 0 0.38 0.89 0.22
HSL 34.72º 0.8% 0.44% -
HSV(B) 34.72º 0.89% 0.78% -
XYZ 31.3 27 4.32 -
YUV 135.68 63.85 173.88 -
System Red Green Blue C M Y K H S L
Decimal 200 125 22 0 0.38 0.89 0.22 34.72 0.8 0.44
Hex C8 7D 16 0 26 59 16 23 50 2C
Octal 310 175 26 0 46 131 26 43 120 54
Binary 11001000 1111101 10110 0 100110 1011001 10110 100011 1010000 101100

Color Harmonies of #C87D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D16

Black with #C87D16

Text Example


Text Example

White with #C87D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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