Shades of Wafer #CDB7AD
Tints of Wafer #CDB7AD
RGB
CMYK
RGB Variations
Color information
#CDB7AD (or 0xCDB7AD) is known color: Wafer. HEX triplet: CD, B7 and AD. RGB value is (205,183,173). Sum of RGB (Red+Green+Blue) = 205+183+173=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB7AD is #324852. Grayscale: #BCBCBC. Windows color (decimal): -3295315 or 11384781. OLE color: 11384781.
HSL color Cylindrical-coordinate representation of color #CDB7AD: hue angle of 18.75º degrees, saturation: 0.24, 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 #CDB7AD is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 173 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.20 |
| HSL | 18.75º | 0.24% | 0.74% | - |
| HSV(B) | 18.75º | 0.16% | 0.8% | - |
| XYZ | 49.65 | 49.86 | 46.54 | - |
| YUV | 188.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 173 | 0 | 0.11 | 0.16 | 0.20 | 18.75 | 0.24 | 0.74 |
| Hex | CD | B7 | AD | 0 | B | 10 | 14 | 13 | 18 | 4A |
| Octal | 315 | 267 | 255 | 0 | 13 | 20 | 24 | 23 | 30 | 112 |
| Binary | 11001101 | 10110111 | 10101101 | 0 | 1011 | 10000 | 10100 | 10011 | 11000 | 1001010 |
Color Harmonies of #CDB7AD
Complementary color
Monochromatic Colors of #CDB7AD
Black with #CDB7AD
Text Example
Text Example
White with #CDB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7AD; }
p { color: rgb(205,183,173); }
H1.HeaderClassName
{
color: #CDB7AD;
}
.AnyTagClassName
{
color: #CDB7AD;
}
</style>
background-color css
<style>
a { background-color: #CDB7AD; }
a { background-color: rgb(205,183,173); }
div.DivClassName
{
background-color: #CDB7AD;
}
.BgClassName
{
background-color: #CDB7AD;
}
</style>
border-color css
<style>
span { border-color: #CDB7AD; }
span { border-color: rgb(205,183,173); }
td.TdClassName
{
border-color: #CDB7AD;
}
.TagClassName
{
border-color: #CDB7AD;
}
</style>