#CD9C72

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

Shades of Fallow #CD9C72

Tints of Fallow #CD9C72

Color information

#CD9C72 (or 0xCD9C72) is unknown color: approx Fallow. HEX triplet: CD, 9C and 72. RGB value is (205,156,114). Sum of RGB (Red+Green+Blue) = 205+156+114=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C72 is #32638D. Grayscale: #A6A6A6. Windows color (decimal): -3302286 or 7511245. OLE color: 7511245.

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

Color convert

RGB205156114-
CMYK00.240.440.20
HSL27.69º47.64%62.55%-
HSV(B)27.69º44.39%80.39%-
XYZ40.137.9721.14-
YUV165.8698.73155.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 114 (44.92% from 255) = 24%
R=43.16%
G=32.84%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515611400.240.440.2027.6947.6462.55
HexCD9C720182C141c303f
Octal3152341620305424346077
Binary110011011001110011100100110001011001010011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C72; }

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

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

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

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

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

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

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

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