Html Css Color HEX #C87109 Ochre

📋 copy color: '#C87109'

red 200 ◦ green 113 ◦ blue 9

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

Shades of Ochre #C87109

Tints of Ochre #C87109

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.09%

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 62.11%
G = 35.09%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C87109 (or 0xC87109) is known color: Ochre. HEX triplet: C8, 71 and 09. RGB value is (200,113,9). Sum of RGB (Red+Green+Blue) = 200+113+9=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C87109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87109 is #378EF6. Grayscale: #7F7F7F. Windows color (decimal): -3641079 or 618952. OLE color: 618952.

HSL color Cylindrical-coordinate representation of color #C87109: hue angle of 32.67º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C87109 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 113 9 -
CMYK 0 0.44 0.96 0.22
HSL 32.67º 0.91% 0.41% -
HSV(B) 32.67º 0.96% 0.78% -
XYZ 29.77 24.11 3.34 -
YUV 127.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 200 113 9 0 0.44 0.96 0.22 32.67 0.91 0.41
Hex C8 71 9 0 2C 60 16 21 5B 29
Octal 310 161 11 0 54 140 26 41 133 51
Binary 11001000 1110001 1001 0 101100 1100000 10110 100001 1011011 101001

Color Harmonies of #C87109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87109

Black with #C87109

Text Example


Text Example

White with #C87109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87109; }

 p { color: rgb(200,113,9); }

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

background-color css

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

 a { background-color: rgb(200,113,9); }

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

border-color css

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

 span { border-color: rgb(200,113,9); }

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