Shades of Just Right #CFBBAC
Tints of Just Right #CFBBAC
RGB
CMYK
RGB Variations
Color information
#CFBBAC (or 0xCFBBAC) is known color: Just Right. HEX triplet: CF, BB and AC. RGB value is (207,187,172). Sum of RGB (Red+Green+Blue) = 207+187+172=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBBAC is #304453. Grayscale: #BFBFBF. Windows color (decimal): -3163220 or 11320271. OLE color: 11320271.
HSL color Cylindrical-coordinate representation of color #CFBBAC: hue angle of 25.71º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFBBAC is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 172 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.19 |
| HSL | 25.71º | 0.27% | 0.74% | - |
| HSV(B) | 25.71º | 0.17% | 0.81% | - |
| XYZ | 50.95 | 51.78 | 46.34 | - |
| YUV | 191.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 172 | 0 | 0.10 | 0.17 | 0.19 | 25.71 | 0.27 | 0.74 |
| Hex | CF | BB | AC | 0 | A | 11 | 13 | 1A | 1B | 4A |
| Octal | 317 | 273 | 254 | 0 | 12 | 21 | 23 | 32 | 33 | 112 |
| Binary | 11001111 | 10111011 | 10101100 | 0 | 1010 | 10001 | 10011 | 11010 | 11011 | 1001010 |
Color Harmonies of #CFBBAC
Complementary color
Monochromatic Colors of #CFBBAC
Black with #CFBBAC
Text Example
Text Example
White with #CFBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBAC; }
p { color: rgb(207,187,172); }
H1.HeaderClassName
{
color: #CFBBAC;
}
.AnyTagClassName
{
color: #CFBBAC;
}
</style>
background-color css
<style>
a { background-color: #CFBBAC; }
a { background-color: rgb(207,187,172); }
div.DivClassName
{
background-color: #CFBBAC;
}
.BgClassName
{
background-color: #CFBBAC;
}
</style>
border-color css
<style>
span { border-color: #CFBBAC; }
span { border-color: rgb(207,187,172); }
td.TdClassName
{
border-color: #CFBBAC;
}
.TagClassName
{
border-color: #CFBBAC;
}
</style>