#C97F18

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

Shades of Ochre #C97F18

Tints of Ochre #C97F18

Color information

#C97F18 (or 0xC97F18) is unknown color: approx Ochre. HEX triplet: C9, 7F and 18. RGB value is (201,127,24). Sum of RGB (Red+Green+Blue) = 201+127+24=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97F18 is #3680E7. Grayscale: #898989. Windows color (decimal): -3571944 or 1605577. OLE color: 1605577.

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

Color convert

RGB20112724-
CMYK00.370.880.21
HSL34.92º78.67%44.12%-
HSV(B)34.92º88.06%78.82%-
XYZ31.8427.664.53-
YUV137.3864.02173.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.10%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 24 (9.77% from 255) = 6.82%
R=57.10%
G=36.08%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011272400.370.880.2134.9278.6744.12
HexC97F180255815234f2c
Octal31117730045130254311754
Binary1100100111111111100001001011011000101011000111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97F18; }

 p { color: rgb(201,127,24); }

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

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

 a { background-color: rgb(201,127,24); }

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

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

 span { border-color: rgb(201,127,24); }

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