Shades of Ottoman #CAD3C3
Tints of Ottoman #CAD3C3
RGB
CMYK
RGB Variations
Color information
#CAD3C3 (or 0xCAD3C3) is known color: Ottoman. HEX triplet: CA, D3 and C3. RGB value is (202,211,195). Sum of RGB (Red+Green+Blue) = 202+211+195=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3C3 is #352C3C. Grayscale: #CECECE. Windows color (decimal): -3484733 or 12833738. OLE color: 12833738.
HSL color Cylindrical-coordinate representation of color #CAD3C3: hue angle of 93.75º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAD3C3 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 195 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.17 |
| HSL | 93.75º | 0.15% | 0.8% | - |
| HSV(B) | 93.75º | 0.08% | 0.83% | - |
| XYZ | 57.5 | 63.09 | 60.78 | - |
| YUV | 206.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 195 | 0.04 | 0 | 0.08 | 0.17 | 93.75 | 0.15 | 0.8 |
| Hex | CA | D3 | C3 | 4 | 0 | 8 | 11 | 5E | F | 50 |
| Octal | 312 | 323 | 303 | 4 | 0 | 10 | 21 | 136 | 17 | 120 |
| Binary | 11001010 | 11010011 | 11000011 | 100 | 0 | 1000 | 10001 | 1011110 | 1111 | 1010000 |
Color Harmonies of #CAD3C3
Complementary color
Monochromatic Colors of #CAD3C3
Black with #CAD3C3
Text Example
Text Example
White with #CAD3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD3C3; }
p { color: rgb(202,211,195); }
H1.HeaderClassName
{
color: #CAD3C3;
}
.AnyTagClassName
{
color: #CAD3C3;
}
</style>
background-color css
<style>
a { background-color: #CAD3C3; }
a { background-color: rgb(202,211,195); }
div.DivClassName
{
background-color: #CAD3C3;
}
.BgClassName
{
background-color: #CAD3C3;
}
</style>
border-color css
<style>
span { border-color: #CAD3C3; }
span { border-color: rgb(202,211,195); }
td.TdClassName
{
border-color: #CAD3C3;
}
.TagClassName
{
border-color: #CAD3C3;
}
</style>