Shades of Ottoman #CAD4C1
Tints of Ottoman #CAD4C1
RGB
CMYK
RGB Variations
Color information
#CAD4C1 (or 0xCAD4C1) is known color: Ottoman. HEX triplet: CA, D4 and C1. RGB value is (202,212,193). Sum of RGB (Red+Green+Blue) = 202+212+193=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4C1 is #352B3E. Grayscale: #CECECE. Windows color (decimal): -3484479 or 12702922. OLE color: 12702922.
HSL color Cylindrical-coordinate representation of color #CAD4C1: hue angle of 91.58º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAD4C1 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 212 | 193 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.17 |
| HSL | 91.58º | 0.18% | 0.79% | - |
| HSV(B) | 91.58º | 0.09% | 0.83% | - |
| XYZ | 57.53 | 63.49 | 59.68 | - |
| YUV | 206.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 212 | 193 | 0.05 | 0 | 0.09 | 0.17 | 91.58 | 0.18 | 0.79 |
| Hex | CA | D4 | C1 | 5 | 0 | 9 | 11 | 5C | 12 | 4F |
| Octal | 312 | 324 | 301 | 5 | 0 | 11 | 21 | 134 | 22 | 117 |
| Binary | 11001010 | 11010100 | 11000001 | 101 | 0 | 1001 | 10001 | 1011100 | 10010 | 1001111 |
Color Harmonies of #CAD4C1
Complementary color
Monochromatic Colors of #CAD4C1
Black with #CAD4C1
Text Example
Text Example
White with #CAD4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD4C1; }
p { color: rgb(202,212,193); }
H1.HeaderClassName
{
color: #CAD4C1;
}
.AnyTagClassName
{
color: #CAD4C1;
}
</style>
background-color css
<style>
a { background-color: #CAD4C1; }
a { background-color: rgb(202,212,193); }
div.DivClassName
{
background-color: #CAD4C1;
}
.BgClassName
{
background-color: #CAD4C1;
}
</style>
border-color css
<style>
span { border-color: #CAD4C1; }
span { border-color: rgb(202,212,193); }
td.TdClassName
{
border-color: #CAD4C1;
}
.TagClassName
{
border-color: #CAD4C1;
}
</style>