Html Css Color HEX #C87510 Ochre

📋 copy color: '#C87510'

red 200 ◦ green 117 ◦ blue 16

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

Shades of Ochre #C87510

Tints of Ochre #C87510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

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

R = 60.06%
G = 35.14%
B = 4.8%

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

#C87510 (or 0xC87510) is known color: Ochre. HEX triplet: C8, 75 and 10. RGB value is (200,117,16). Sum of RGB (Red+Green+Blue) = 200+117+16=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C87510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87510 is #378AEF. Grayscale: #828282. Windows color (decimal): -3640048 or 1078728. OLE color: 1078728.

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

Color convert

RGB 200 117 16 -
CMYK 0 0.42 0.92 0.22
HSL 32.93º 0.85% 0.42% -
HSV(B) 32.93º 0.92% 0.78% -
XYZ 30.27 25.04 3.73 -
YUV 130.3 63.5 177.71 -
System Red Green Blue C M Y K H S L
Decimal 200 117 16 0 0.42 0.92 0.22 32.93 0.85 0.42
Hex C8 75 10 0 2A 5C 16 21 55 2A
Octal 310 165 20 0 52 134 26 41 125 52
Binary 11001000 1110101 10000 0 101010 1011100 10110 100001 1010101 101010

Color Harmonies of #C87510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87510

Black with #C87510

Text Example


Text Example

White with #C87510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87510; }

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

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

background-color css

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

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

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

border-color css

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

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

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