#C97A16

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

Shades of Ochre #C97A16

Tints of Ochre #C97A16

Color information

#C97A16 (or 0xC97A16) is unknown color: approx Ochre. HEX triplet: C9, 7A and 16. RGB value is (201,122,22). Sum of RGB (Red+Green+Blue) = 201+122+22=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A16 is #3685E9. Grayscale: #868686. Windows color (decimal): -3573226 or 1473225. OLE color: 1473225.

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

Color convert

RGB20112222-
CMYK00.390.890.21
HSL33.52º80.27%43.73%-
HSV(B)33.52º89.05%78.82%-
XYZ31.1926.394.21-
YUV134.2264.67175.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.26%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 22 (8.98% from 255) = 6.38%
R=58.26%
G=35.36%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011222200.390.890.2133.5280.2743.73
HexC97A16027591522502c
Octal31117226047131254212054
Binary1100100111110101011001001111011001101011000101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97A16; }

 p { color: rgb(201,122,22); }

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

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

 a { background-color: rgb(201,122,22); }

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

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

 span { border-color: rgb(201,122,22); }

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