Html Css Color HEX #C87910 Ochre

📋 copy color: '#C87910'

red 200 ◦ green 121 ◦ blue 16

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

Shades of Ochre #C87910

Tints of Ochre #C87910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.91%

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

R = 59.35%
G = 35.91%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C87910 (or 0xC87910) is known color: Ochre. HEX triplet: C8, 79 and 10. RGB value is (200,121,16). Sum of RGB (Red+Green+Blue) = 200+121+16=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C87910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87910 is #3786EF. Grayscale: #858585. Windows color (decimal): -3639024 or 1079752. OLE color: 1079752.

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

Color convert

RGB 200 121 16 -
CMYK 0 0.39 0.92 0.22
HSL 34.24º 0.85% 0.42% -
HSV(B) 34.24º 0.92% 0.78% -
XYZ 30.75 25.99 3.89 -
YUV 132.65 62.17 176.04 -
System Red Green Blue C M Y K H S L
Decimal 200 121 16 0 0.39 0.92 0.22 34.24 0.85 0.42
Hex C8 79 10 0 27 5C 16 22 55 2A
Octal 310 171 20 0 47 134 26 42 125 52
Binary 11001000 1111001 10000 0 100111 1011100 10110 100010 1010101 101010

Color Harmonies of #C87910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87910

Black with #C87910

Text Example


Text Example

White with #C87910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87910; }

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

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

background-color css

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

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

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

border-color css

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

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

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