#CD996C

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

Shades of Fallow #CD996C

Tints of Fallow #CD996C

Color information

#CD996C (or 0xCD996C) is unknown color: approx Fallow. HEX triplet: CD, 99 and 6C. RGB value is (205,153,108). Sum of RGB (Red+Green+Blue) = 205+153+108=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD996C is #326693. Grayscale: #A3A3A3. Windows color (decimal): -3303060 or 7117261. OLE color: 7117261.

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

Color convert

RGB205153108-
CMYK00.250.470.20
HSL27.84º49.24%61.37%-
HSV(B)27.84º47.32%80.39%-
XYZ39.2736.8419.23-
YUV163.4296.73157.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=43.99%
G=32.83%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515310800.250.470.2027.8449.2461.37
HexCD996C0192F141c313d
Octal3152311540315724346175
Binary110011011001100111011000110011011111010011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD996C; }

 p { color: rgb(205,153,108); }

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

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

 a { background-color: rgb(205,153,108); }

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

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

 span { border-color: rgb(205,153,108); }

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