#CD9C60

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

Shades of Fallow #CD9C60

Tints of Fallow #CD9C60

Color information

#CD9C60 (or 0xCD9C60) is unknown color: approx Fallow. HEX triplet: CD, 9C and 60. RGB value is (205,156,96). Sum of RGB (Red+Green+Blue) = 205+156+96=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C60 is #32639F. Grayscale: #A4A4A4. Windows color (decimal): -3302304 or 6331597. OLE color: 6331597.

HSL color Cylindrical-coordinate representation of color #CD9C60: hue angle of 33.03º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD9C60 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20515696-
CMYK00.240.530.20
HSL33.03º52.15%59.02%-
HSV(B)33.03º53.17%80.39%-
XYZ39.1837.616.26-
YUV163.8189.73157.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=44.86%
G=34.14%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051569600.240.530.2033.0352.1559.02
HexCD9C60018351421343b
Octal3152341400306524416473
Binary1100110110011100110000001100011010110100100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C60; }

 p { color: rgb(205,156,96); }

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

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

 a { background-color: rgb(205,156,96); }

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

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

 span { border-color: rgb(205,156,96); }

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