#C0A472

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

Shades of Fallow #C0A472

Tints of Fallow #C0A472

Color information

#C0A472 (or 0xC0A472) is unknown color: approx Fallow. HEX triplet: C0, A4 and 72. RGB value is (192,164,114). Sum of RGB (Red+Green+Blue) = 192+164+114=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A472 is #3F5B8D. Grayscale: #A6A6A6. Windows color (decimal): -4152206 or 7513280. OLE color: 7513280.

HSL color Cylindrical-coordinate representation of color #C0A472: hue angle of 38.46º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0A472 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192164114-
CMYK00.150.410.25
HSL38.46º38.24%60%-
HSV(B)38.46º40.62%75.29%-
XYZ38.0538.9721.44-
YUV166.6798.28146.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=40.85%
G=34.89%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216411400.150.410.2538.4638.2460
HexC0A4720F291926263c
Octal3002441620175131464674
Binary110000001010010011100100111110100111001100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A472; }

 p { color: rgb(192,164,114); }

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

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

 a { background-color: rgb(192,164,114); }

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

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

 span { border-color: rgb(192,164,114); }

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