Shades of Ottoman #CACFC6
Tints of Ottoman #CACFC6
RGB
CMYK
RGB Variations
Color information
#CACFC6 (or 0xCACFC6) is known color: Ottoman. HEX triplet: CA, CF and C6. RGB value is (202,207,198). Sum of RGB (Red+Green+Blue) = 202+207+198=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFC6 is #353039. Grayscale: #CCCCCC. Windows color (decimal): -3485754 or 13029322. OLE color: 13029322.
HSL color Cylindrical-coordinate representation of color #CACFC6: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CACFC6 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 207 | 198 | - |
CMYK | 0.02 | 0 | 0.04 | 0.19 |
HSL | 93.33º | 0.09% | 0.79% | - |
HSV(B) | 93.33º | 0.04% | 0.81% | - |
XYZ | 56.86 | 61.26 | 62.25 | - |
YUV | 204.48 | 124.34 | 126.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 207 | 198 | 0.02 | 0 | 0.04 | 0.19 | 93.33 | 0.09 | 0.79 |
Hex | CA | CF | C6 | 2 | 0 | 4 | 13 | 5D | 9 | 4F |
Octal | 312 | 317 | 306 | 2 | 0 | 4 | 23 | 135 | 11 | 117 |
Binary | 11001010 | 11001111 | 11000110 | 10 | 0 | 100 | 10011 | 1011101 | 1001 | 1001111 |
Color Harmonies of #CACFC6
Complementary color
Monochromatic Colors of #CACFC6
Black with #CACFC6
Text Example
Text Example
White with #CACFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFC6; }
p { color: rgb(202,207,198); }
H1.HeaderClassName
{
color: #CACFC6;
}
.AnyTagClassName
{
color: #CACFC6;
}
</style>
background-color css
<style>
a { background-color: #CACFC6; }
a { background-color: rgb(202,207,198); }
div.DivClassName
{
background-color: #CACFC6;
}
.BgClassName
{
background-color: #CACFC6;
}
</style>
border-color css
<style>
span { border-color: #CACFC6; }
span { border-color: rgb(202,207,198); }
td.TdClassName
{
border-color: #CACFC6;
}
.TagClassName
{
border-color: #CACFC6;
}
</style>