Shades of Ottoman #CAD7C1
Tints of Ottoman #CAD7C1
RGB
CMYK
RGB Variations
Color information
#CAD7C1 (or 0xCAD7C1) is known color: Ottoman. HEX triplet: CA, D7 and C1. RGB value is (202,215,193). Sum of RGB (Red+Green+Blue) = 202+215+193=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD7C1 is #35283E. Grayscale: #D0D0D0. Windows color (decimal): -3483711 or 12703690. OLE color: 12703690.
HSL color Cylindrical-coordinate representation of color #CAD7C1: hue angle of 95.45º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAD7C1 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 215 | 193 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.16 |
| HSL | 95.45º | 0.22% | 0.8% | - |
| HSV(B) | 95.45º | 0.1% | 0.84% | - |
| XYZ | 58.28 | 65.01 | 59.93 | - |
| YUV | 208.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 215 | 193 | 0.06 | 0 | 0.10 | 0.16 | 95.45 | 0.22 | 0.8 |
| Hex | CA | D7 | C1 | 6 | 0 | A | 10 | 5F | 16 | 50 |
| Octal | 312 | 327 | 301 | 6 | 0 | 12 | 20 | 137 | 26 | 120 |
| Binary | 11001010 | 11010111 | 11000001 | 110 | 0 | 1010 | 10000 | 1011111 | 10110 | 1010000 |
Color Harmonies of #CAD7C1
Complementary color
Monochromatic Colors of #CAD7C1
Black with #CAD7C1
Text Example
Text Example
White with #CAD7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD7C1; }
p { color: rgb(202,215,193); }
H1.HeaderClassName
{
color: #CAD7C1;
}
.AnyTagClassName
{
color: #CAD7C1;
}
</style>
background-color css
<style>
a { background-color: #CAD7C1; }
a { background-color: rgb(202,215,193); }
div.DivClassName
{
background-color: #CAD7C1;
}
.BgClassName
{
background-color: #CAD7C1;
}
</style>
border-color css
<style>
span { border-color: #CAD7C1; }
span { border-color: rgb(202,215,193); }
td.TdClassName
{
border-color: #CAD7C1;
}
.TagClassName
{
border-color: #CAD7C1;
}
</style>