Shades of Soft Amber #CDC2AC
Tints of Soft Amber #CDC2AC
RGB
CMYK
RGB Variations
Color information
#CDC2AC (or 0xCDC2AC) is known color: Soft Amber. HEX triplet: CD, C2 and AC. RGB value is (205,194,172). Sum of RGB (Red+Green+Blue) = 205+194+172=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC2AC is #323D53. Grayscale: #C2C2C2. Windows color (decimal): -3292500 or 11322061. OLE color: 11322061.
HSL color Cylindrical-coordinate representation of color #CDC2AC: hue angle of 40º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC2AC is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 194 | 172 | - |
CMYK | 0 | 0.05 | 0.16 | 0.20 |
HSL | 40º | 0.25% | 0.74% | - |
HSV(B) | 40º | 0.16% | 0.8% | - |
XYZ | 51.92 | 54.54 | 46.82 | - |
YUV | 194.78 | 115.14 | 135.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 194 | 172 | 0 | 0.05 | 0.16 | 0.20 | 40 | 0.25 | 0.74 |
Hex | CD | C2 | AC | 0 | 5 | 10 | 14 | 28 | 19 | 4A |
Octal | 315 | 302 | 254 | 0 | 5 | 20 | 24 | 50 | 31 | 112 |
Binary | 11001101 | 11000010 | 10101100 | 0 | 101 | 10000 | 10100 | 101000 | 11001 | 1001010 |
Color Harmonies of #CDC2AC
Complementary color
Monochromatic Colors of #CDC2AC
Black with #CDC2AC
Text Example
Text Example
White with #CDC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2AC; }
p { color: rgb(205,194,172); }
H1.HeaderClassName
{
color: #CDC2AC;
}
.AnyTagClassName
{
color: #CDC2AC;
}
</style>
background-color css
<style>
a { background-color: #CDC2AC; }
a { background-color: rgb(205,194,172); }
div.DivClassName
{
background-color: #CDC2AC;
}
.BgClassName
{
background-color: #CDC2AC;
}
</style>
border-color css
<style>
span { border-color: #CDC2AC; }
span { border-color: rgb(205,194,172); }
td.TdClassName
{
border-color: #CDC2AC;
}
.TagClassName
{
border-color: #CDC2AC;
}
</style>