#CD996A

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

Shades of Fallow #CD996A

Tints of Fallow #CD996A

Color information

#CD996A (or 0xCD996A) is unknown color: approx Fallow. HEX triplet: CD, 99 and 6A. RGB value is (205,153,106). Sum of RGB (Red+Green+Blue) = 205+153+106=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD996A is #326695. Grayscale: #A3A3A3. Windows color (decimal): -3303062 or 6986189. OLE color: 6986189.

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

Color convert

RGB205153106-
CMYK00.250.480.20
HSL28.48º49.75%60.98%-
HSV(B)28.48º48.29%80.39%-
XYZ39.1736.818.67-
YUV163.1995.73157.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 106 (41.80% from 255) = 22.84%
R=44.18%
G=32.97%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515310600.250.480.2028.4849.7560.98
HexCD996A01930141c323d
Octal3152311520316024346275
Binary110011011001100111010100110011100001010011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD996A; }

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

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

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

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

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

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

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

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