Html Css Color HEX #C87410 Ochre

📋 copy color: '#C87410'

red 200 ◦ green 116 ◦ blue 16

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

Shades of Ochre #C87410

Tints of Ochre #C87410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.94%

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 60.24%
G = 34.94%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C87410 (or 0xC87410) is known color: Ochre. HEX triplet: C8, 74 and 10. RGB value is (200,116,16). Sum of RGB (Red+Green+Blue) = 200+116+16=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C87410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87410 is #378BEF. Grayscale: #828282. Windows color (decimal): -3640304 or 1078472. OLE color: 1078472.

HSL color Cylindrical-coordinate representation of color #C87410: hue angle of 32.61º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C87410 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 116 16 -
CMYK 0 0.42 0.92 0.22
HSL 32.61º 0.85% 0.42% -
HSV(B) 32.61º 0.92% 0.78% -
XYZ 30.16 24.81 3.69 -
YUV 129.72 63.83 178.13 -
System Red Green Blue C M Y K H S L
Decimal 200 116 16 0 0.42 0.92 0.22 32.61 0.85 0.42
Hex C8 74 10 0 2A 5C 16 21 55 2A
Octal 310 164 20 0 52 134 26 41 125 52
Binary 11001000 1110100 10000 0 101010 1011100 10110 100001 1010101 101010

Color Harmonies of #C87410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87410

Black with #C87410

Text Example


Text Example

White with #C87410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87410; }

 p { color: rgb(200,116,16); }

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

background-color css

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

 a { background-color: rgb(200,116,16); }

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

border-color css

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

 span { border-color: rgb(200,116,16); }

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