#C97A19

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

Shades of Ochre #C97A19

Tints of Ochre #C97A19

Color information

#C97A19 (or 0xC97A19) is unknown color: approx Ochre. HEX triplet: C9, 7A and 19. RGB value is (201,122,25). Sum of RGB (Red+Green+Blue) = 201+122+25=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A19 is #3685E6. Grayscale: #878787. Windows color (decimal): -3573223 or 1669833. OLE color: 1669833.

HSL color Cylindrical-coordinate representation of color #C97A19: hue angle of 33.07º degrees, saturation: 0.78, 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 #C97A19 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB20112225-
CMYK00.390.880.21
HSL33.07º77.88%44.31%-
HSV(B)33.07º87.56%78.82%-
XYZ31.2226.414.37-
YUV134.5666.17175.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.76%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 25 (10.16% from 255) = 7.18%
R=57.76%
G=35.06%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011222500.390.880.2133.0777.8844.31
HexC97A190275815214e2c
Octal31117231047130254111654
Binary1100100111110101100101001111011000101011000011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97A19; }

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

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

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

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

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

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

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

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