Shades of Alto #CFCBCA
Tints of Alto #CFCBCA
RGB
CMYK
RGB Variations
Color information
#CFCBCA (or 0xCFCBCA) is known color: Alto. HEX triplet: CF, CB and CA. RGB value is (207,203,202). Sum of RGB (Red+Green+Blue) = 207+203+202=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBCA is #303435. Grayscale: #CCCCCC. Windows color (decimal): -3159094 or 13290447. OLE color: 13290447.
HSL color Cylindrical-coordinate representation of color #CFCBCA: hue angle of 12º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CFCBCA is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 203 | 202 | - |
CMYK | 0 | 0.02 | 0.02 | 0.19 |
HSL | 12º | 0.05% | 0.8% | - |
HSV(B) | 12º | 0.02% | 0.81% | - |
XYZ | 57.75 | 60.24 | 64.46 | - |
YUV | 204.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 203 | 202 | 0 | 0.02 | 0.02 | 0.19 | 12 | 0.05 | 0.8 |
Hex | CF | CB | CA | 0 | 2 | 2 | 13 | C | 5 | 50 |
Octal | 317 | 313 | 312 | 0 | 2 | 2 | 23 | 14 | 5 | 120 |
Binary | 11001111 | 11001011 | 11001010 | 0 | 10 | 10 | 10011 | 1100 | 101 | 1010000 |
Color Harmonies of #CFCBCA
Complementary color
Monochromatic Colors of #CFCBCA
Black with #CFCBCA
Text Example
Text Example
White with #CFCBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBCA; }
p { color: rgb(207,203,202); }
H1.HeaderClassName
{
color: #CFCBCA;
}
.AnyTagClassName
{
color: #CFCBCA;
}
</style>
background-color css
<style>
a { background-color: #CFCBCA; }
a { background-color: rgb(207,203,202); }
div.DivClassName
{
background-color: #CFCBCA;
}
.BgClassName
{
background-color: #CFCBCA;
}
</style>
border-color css
<style>
span { border-color: #CFCBCA; }
span { border-color: rgb(207,203,202); }
td.TdClassName
{
border-color: #CFCBCA;
}
.TagClassName
{
border-color: #CFCBCA;
}
</style>