Shades of Ottoman #CADCB9
Tints of Ottoman #CADCB9
RGB
CMYK
RGB Variations
Color information
#CADCB9 (or 0xCADCB9) is known color: Ottoman. HEX triplet: CA, DC and B9. RGB value is (202,220,185). Sum of RGB (Red+Green+Blue) = 202+220+185=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCB9 is #352346. Grayscale: #D2D2D2. Windows color (decimal): -3482439 or 12180682. OLE color: 12180682.
HSL color Cylindrical-coordinate representation of color #CADCB9: hue angle of 90.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CADCB9 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 185 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.14 |
| HSL | 90.86º | 0.33% | 0.79% | - |
| HSV(B) | 90.86º | 0.16% | 0.86% | - |
| XYZ | 58.71 | 67.25 | 55.78 | - |
| YUV | 210.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 185 | 0.08 | 0 | 0.16 | 0.14 | 90.86 | 0.33 | 0.79 |
| Hex | CA | DC | B9 | 8 | 0 | 10 | E | 5B | 21 | 4F |
| Octal | 312 | 334 | 271 | 10 | 0 | 20 | 16 | 133 | 41 | 117 |
| Binary | 11001010 | 11011100 | 10111001 | 1000 | 0 | 10000 | 1110 | 1011011 | 100001 | 1001111 |
Color Harmonies of #CADCB9
Complementary color
Monochromatic Colors of #CADCB9
Black with #CADCB9
Text Example
Text Example
White with #CADCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCB9; }
p { color: rgb(202,220,185); }
H1.HeaderClassName
{
color: #CADCB9;
}
.AnyTagClassName
{
color: #CADCB9;
}
</style>
background-color css
<style>
a { background-color: #CADCB9; }
a { background-color: rgb(202,220,185); }
div.DivClassName
{
background-color: #CADCB9;
}
.BgClassName
{
background-color: #CADCB9;
}
</style>
border-color css
<style>
span { border-color: #CADCB9; }
span { border-color: rgb(202,220,185); }
td.TdClassName
{
border-color: #CADCB9;
}
.TagClassName
{
border-color: #CADCB9;
}
</style>