Html Css Color HEX #C87118 Ochre

📋 copy color: '#C87118'

red 200 ◦ green 113 ◦ blue 24

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

Shades of Ochre #C87118

Tints of Ochre #C87118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 59.35%
G = 33.53%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C87118 (or 0xC87118) is known color: Ochre. HEX triplet: C8, 71 and 18. RGB value is (200,113,24). Sum of RGB (Red+Green+Blue) = 200+113+24=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C87118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87118 is #378EE7. Grayscale: #818181. Windows color (decimal): -3641064 or 1601992. OLE color: 1601992.

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

Color convert

RGB 200 113 24 -
CMYK 0 0.44 0.88 0.22
HSL 30.34º 0.79% 0.44% -
HSV(B) 30.34º 0.88% 0.78% -
XYZ 29.89 24.16 3.95 -
YUV 128.87 68.82 178.74 -
System Red Green Blue C M Y K H S L
Decimal 200 113 24 0 0.44 0.88 0.22 30.34 0.79 0.44
Hex C8 71 18 0 2C 58 16 1E 4F 2C
Octal 310 161 30 0 54 130 26 36 117 54
Binary 11001000 1110001 11000 0 101100 1011000 10110 11110 1001111 101100

Color Harmonies of #C87118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87118

Black with #C87118

Text Example


Text Example

White with #C87118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87118; }

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

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

background-color css

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

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

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

border-color css

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

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

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