Html Css Color HEX #C87017 Ochre

📋 copy color: '#C87017'

red 200 ◦ green 112 ◦ blue 23

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

Shades of Ochre #C87017

Tints of Ochre #C87017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 59.7%
G = 33.43%
B = 6.87%

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

#C87017 (or 0xC87017) is known color: Ochre. HEX triplet: C8, 70 and 17. RGB value is (200,112,23). Sum of RGB (Red+Green+Blue) = 200+112+23=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C87017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87017 is #378FE8. Grayscale: #808080. Windows color (decimal): -3641321 or 1536200. OLE color: 1536200.

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

Color convert

RGB 200 112 23 -
CMYK 0 0.44 0.88 0.22
HSL 30.17º 0.79% 0.44% -
HSV(B) 30.17º 0.89% 0.78% -
XYZ 29.77 23.93 3.86 -
YUV 128.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 200 112 23 0 0.44 0.88 0.22 30.17 0.79 0.44
Hex C8 70 17 0 2C 58 16 1E 4F 2C
Octal 310 160 27 0 54 130 26 36 117 54
Binary 11001000 1110000 10111 0 101100 1011000 10110 11110 1001111 101100

Color Harmonies of #C87017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87017

Black with #C87017

Text Example


Text Example

White with #C87017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87017; }

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

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

background-color css

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

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

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

border-color css

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

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

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