Shades of Just Right #CFBCAD
Tints of Just Right #CFBCAD
RGB
CMYK
RGB Variations
Color information
#CFBCAD (or 0xCFBCAD) is known color: Just Right. HEX triplet: CF, BC and AD. RGB value is (207,188,173). Sum of RGB (Red+Green+Blue) = 207+188+173=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBCAD is #304352. Grayscale: #C0C0C0. Windows color (decimal): -3162963 or 11386063. OLE color: 11386063.
HSL color Cylindrical-coordinate representation of color #CFBCAD: hue angle of 26.47º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFBCAD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 173 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.19 |
| HSL | 26.47º | 0.26% | 0.75% | - |
| HSV(B) | 26.47º | 0.16% | 0.81% | - |
| XYZ | 51.26 | 52.25 | 46.92 | - |
| YUV | 191.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 173 | 0 | 0.09 | 0.16 | 0.19 | 26.47 | 0.26 | 0.75 |
| Hex | CF | BC | AD | 0 | 9 | 10 | 13 | 1A | 1A | 4B |
| Octal | 317 | 274 | 255 | 0 | 11 | 20 | 23 | 32 | 32 | 113 |
| Binary | 11001111 | 10111100 | 10101101 | 0 | 1001 | 10000 | 10011 | 11010 | 11010 | 1001011 |
Color Harmonies of #CFBCAD
Complementary color
Monochromatic Colors of #CFBCAD
Black with #CFBCAD
Text Example
Text Example
White with #CFBCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCAD; }
p { color: rgb(207,188,173); }
H1.HeaderClassName
{
color: #CFBCAD;
}
.AnyTagClassName
{
color: #CFBCAD;
}
</style>
background-color css
<style>
a { background-color: #CFBCAD; }
a { background-color: rgb(207,188,173); }
div.DivClassName
{
background-color: #CFBCAD;
}
.BgClassName
{
background-color: #CFBCAD;
}
</style>
border-color css
<style>
span { border-color: #CFBCAD; }
span { border-color: rgb(207,188,173); }
td.TdClassName
{
border-color: #CFBCAD;
}
.TagClassName
{
border-color: #CFBCAD;
}
</style>