Shades of Ottoman #CACDC7
Tints of Ottoman #CACDC7
RGB
CMYK
RGB Variations
Color information
#CACDC7 (or 0xCACDC7) is known color: Ottoman. HEX triplet: CA, CD and C7. RGB value is (202,205,199). Sum of RGB (Red+Green+Blue) = 202+205+199=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDC7 is #353238. Grayscale: #CBCBCB. Windows color (decimal): -3486265 or 13094346. OLE color: 13094346.
HSL color Cylindrical-coordinate representation of color #CACDC7: hue angle of 90º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CACDC7 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 205 | 199 | - |
CMYK | 0.01 | 0 | 0.03 | 0.20 |
HSL | 90º | 0.06% | 0.79% | - |
HSV(B) | 90º | 0.03% | 0.8% | - |
XYZ | 56.5 | 60.34 | 62.7 | - |
YUV | 203.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 199 | 0.01 | 0 | 0.03 | 0.20 | 90 | 0.06 | 0.79 |
Hex | CA | CD | C7 | 1 | 0 | 3 | 14 | 5A | 6 | 4F |
Octal | 312 | 315 | 307 | 1 | 0 | 3 | 24 | 132 | 6 | 117 |
Binary | 11001010 | 11001101 | 11000111 | 1 | 0 | 11 | 10100 | 1011010 | 110 | 1001111 |
Color Harmonies of #CACDC7
Complementary color
Monochromatic Colors of #CACDC7
Black with #CACDC7
Text Example
Text Example
White with #CACDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDC7; }
p { color: rgb(202,205,199); }
H1.HeaderClassName
{
color: #CACDC7;
}
.AnyTagClassName
{
color: #CACDC7;
}
</style>
background-color css
<style>
a { background-color: #CACDC7; }
a { background-color: rgb(202,205,199); }
div.DivClassName
{
background-color: #CACDC7;
}
.BgClassName
{
background-color: #CACDC7;
}
</style>
border-color css
<style>
span { border-color: #CACDC7; }
span { border-color: rgb(202,205,199); }
td.TdClassName
{
border-color: #CACDC7;
}
.TagClassName
{
border-color: #CACDC7;
}
</style>