#C09970

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

Shades of Fallow #C09970

Tints of Fallow #C09970

Color information

#C09970 (or 0xC09970) is unknown color: approx Fallow. HEX triplet: C0, 99 and 70. RGB value is (192,153,112). Sum of RGB (Red+Green+Blue) = 192+153+112=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C09970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09970 is #3F668F. Grayscale: #A0A0A0. Windows color (decimal): -4155024 or 7379392. OLE color: 7379392.

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

Color convert

RGB192153112-
CMYK00.200.420.25
HSL30.75º38.83%59.61%-
HSV(B)30.75º41.67%75.29%-
XYZ36.0535.1620.22-
YUV159.99100.92150.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=42.01%
G=33.48%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215311200.200.420.2530.7538.8359.61
HexC099700142A191f273c
Octal3002311600245231374774
Binary110000001001100111100000101001010101100111111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09970; }

 p { color: rgb(192,153,112); }

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

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

 a { background-color: rgb(192,153,112); }

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

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

 span { border-color: rgb(192,153,112); }

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