Html Css Color HEX #C87119 Ochre

📋 copy color: '#C87119'

red 200 ◦ green 113 ◦ blue 25

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

Shades of Ochre #C87119

Tints of Ochre #C87119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.4%

R = 59.17%
G = 33.43%
B = 7.4%

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

#C87119 (or 0xC87119) is known color: Ochre. HEX triplet: C8, 71 and 19. RGB value is (200,113,25). Sum of RGB (Red+Green+Blue) = 200+113+25=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C87119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87119 is #378EE6. Grayscale: #818181. Windows color (decimal): -3641063 or 1667528. OLE color: 1667528.

HSL color Cylindrical-coordinate representation of color #C87119: hue angle of 30.17º degrees, saturation: 0.78, 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 #C87119 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 113 25 -
CMYK 0 0.44 0.88 0.22
HSL 30.17º 0.78% 0.44% -
HSV(B) 30.17º 0.88% 0.78% -
XYZ 29.9 24.16 4.01 -
YUV 128.98 69.32 178.66 -
System Red Green Blue C M Y K H S L
Decimal 200 113 25 0 0.44 0.88 0.22 30.17 0.78 0.44
Hex C8 71 19 0 2C 58 16 1E 4E 2C
Octal 310 161 31 0 54 130 26 36 116 54
Binary 11001000 1110001 11001 0 101100 1011000 10110 11110 1001110 101100

Color Harmonies of #C87119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87119

Black with #C87119

Text Example


Text Example

White with #C87119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87119; }

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

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

background-color css

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

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

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

border-color css

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

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

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