Shades of Ottoman #CACBC9
Tints of Ottoman #CACBC9
RGB
CMYK
RGB Variations
Color information
#CACBC9 (or 0xCACBC9) is known color: Ottoman. HEX triplet: CA, CB and C9. RGB value is (202,203,201). Sum of RGB (Red+Green+Blue) = 202+203+201=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBC9 is #353436. Grayscale: #CACACA. Windows color (decimal): -3486775 or 13224906. OLE color: 13224906.
HSL color Cylindrical-coordinate representation of color #CACBC9: hue angle of 90º degrees, saturation: 0.02, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CACBC9 is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 203 | 201 | - |
CMYK | 0.00 | 0 | 0.01 | 0.20 |
HSL | 90º | 0.02% | 0.79% | - |
HSV(B) | 90º | 0.01% | 0.8% | - |
XYZ | 56.26 | 59.49 | 63.78 | - |
YUV | 202.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 203 | 201 | 0.00 | 0 | 0.01 | 0.20 | 90 | 0.02 | 0.79 |
Hex | CA | CB | C9 | 0 | 0 | 1 | 14 | 5A | 2 | 4F |
Octal | 312 | 313 | 311 | 0 | 0 | 1 | 24 | 132 | 2 | 117 |
Binary | 11001010 | 11001011 | 11001001 | 0 | 0 | 1 | 10100 | 1011010 | 10 | 1001111 |
Color Harmonies of #CACBC9
Complementary color
Monochromatic Colors of #CACBC9
Black with #CACBC9
Text Example
Text Example
White with #CACBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBC9; }
p { color: rgb(202,203,201); }
H1.HeaderClassName
{
color: #CACBC9;
}
.AnyTagClassName
{
color: #CACBC9;
}
</style>
background-color css
<style>
a { background-color: #CACBC9; }
a { background-color: rgb(202,203,201); }
div.DivClassName
{
background-color: #CACBC9;
}
.BgClassName
{
background-color: #CACBC9;
}
</style>
border-color css
<style>
span { border-color: #CACBC9; }
span { border-color: rgb(202,203,201); }
td.TdClassName
{
border-color: #CACBC9;
}
.TagClassName
{
border-color: #CACBC9;
}
</style>