#CD9F6D

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

Shades of Fallow #CD9F6D

Tints of Fallow #CD9F6D

Color information

#CD9F6D (or 0xCD9F6D) is unknown color: approx Fallow. HEX triplet: CD, 9F and 6D. RGB value is (205,159,109). Sum of RGB (Red+Green+Blue) = 205+159+109=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9F6D is #326092. Grayscale: #A7A7A7. Windows color (decimal): -3301523 or 7184333. OLE color: 7184333.

HSL color Cylindrical-coordinate representation of color #CD9F6D: hue angle of 31.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD9F6D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205159109-
CMYK00.220.470.20
HSL31.25º48.98%61.57%-
HSV(B)31.25º46.83%80.39%-
XYZ40.3438.8819.85-
YUV167.0595.24155.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 159 (62.5% from 255) = 33.62%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=43.34%
G=33.62%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515910900.220.470.2031.2548.9861.57
HexCD9F6D0162F141f313e
Octal3152371550265724376176
Binary110011011001111111011010101101011111010011111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9F6D; }

 p { color: rgb(205,159,109); }

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

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

 a { background-color: rgb(205,159,109); }

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

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

 span { border-color: rgb(205,159,109); }

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