#C88217

Color #C88217 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C88217

Tints of Ochre #C88217

Color information

#C88217 (or 0xC88217) is unknown color: approx Ochre. HEX triplet: C8, 82 and 17. RGB value is (200,130,23). Sum of RGB (Red+Green+Blue) = 200+130+23=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C88217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88217 is #377DE8. Grayscale: #8B8B8B. Windows color (decimal): -3636713 or 1540808. OLE color: 1540808.

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

Color convert

RGB20013023-
CMYK00.350.880.22
HSL36.27º79.37%43.73%-
HSV(B)36.27º88.5%78.43%-
XYZ31.9628.314.59-
YUV138.7362.69171.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.66%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 23 (9.38% from 255) = 6.52%
R=56.66%
G=36.83%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001302300.350.880.2236.2779.3743.73
HexC882170235816244f2c
Octal31020227043130264411754
Binary11001000100000101011101000111011000101101001001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88217; }

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

 H1.HeaderClassName
 {
   color: #C88217;
 }
 .AnyTagClassName
 {
   color: #C88217;
 }
</style>
background-color css

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

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

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

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

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

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