Html Css Color HEX #C87117 Ochre

📋 copy color: '#C87117'

red 200 ◦ green 113 ◦ blue 23

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

Shades of Ochre #C87117

Tints of Ochre #C87117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.85%

R = 59.52%
G = 33.63%
B = 6.85%

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

#C87117 (or 0xC87117) is known color: Ochre. HEX triplet: C8, 71 and 17. RGB value is (200,113,23). Sum of RGB (Red+Green+Blue) = 200+113+23=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C87117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87117 is #378EE8. Grayscale: #818181. Windows color (decimal): -3641065 or 1536456. OLE color: 1536456.

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

Color convert

RGB 200 113 23 -
CMYK 0 0.44 0.88 0.22
HSL 30.51º 0.79% 0.44% -
HSV(B) 30.51º 0.89% 0.78% -
XYZ 29.88 24.15 3.9 -
YUV 128.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 200 113 23 0 0.44 0.88 0.22 30.51 0.79 0.44
Hex C8 71 17 0 2C 58 16 1F 4F 2C
Octal 310 161 27 0 54 130 26 37 117 54
Binary 11001000 1110001 10111 0 101100 1011000 10110 11111 1001111 101100

Color Harmonies of #C87117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87117

Black with #C87117

Text Example


Text Example

White with #C87117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87117; }

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

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

background-color css

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

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

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

border-color css

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

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

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