Shades of Just Right #CFBDAF
Tints of Just Right #CFBDAF
RGB
CMYK
RGB Variations
Color information
#CFBDAF (or 0xCFBDAF) is known color: Just Right. HEX triplet: CF, BD and AF. RGB value is (207,189,175). Sum of RGB (Red+Green+Blue) = 207+189+175=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDAF is #304250. Grayscale: #C0C0C0. Windows color (decimal): -3162705 or 11517391. OLE color: 11517391.
HSL color Cylindrical-coordinate representation of color #CFBDAF: hue angle of 26.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFBDAF is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 175 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.19 |
| HSL | 26.25º | 0.25% | 0.75% | - |
| HSV(B) | 26.25º | 0.15% | 0.81% | - |
| XYZ | 51.67 | 52.76 | 48.02 | - |
| YUV | 192.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 175 | 0 | 0.09 | 0.15 | 0.19 | 26.25 | 0.25 | 0.75 |
| Hex | CF | BD | AF | 0 | 9 | F | 13 | 1A | 19 | 4B |
| Octal | 317 | 275 | 257 | 0 | 11 | 17 | 23 | 32 | 31 | 113 |
| Binary | 11001111 | 10111101 | 10101111 | 0 | 1001 | 1111 | 10011 | 11010 | 11001 | 1001011 |
Color Harmonies of #CFBDAF
Complementary color
Monochromatic Colors of #CFBDAF
Black with #CFBDAF
Text Example
Text Example
White with #CFBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDAF; }
p { color: rgb(207,189,175); }
H1.HeaderClassName
{
color: #CFBDAF;
}
.AnyTagClassName
{
color: #CFBDAF;
}
</style>
background-color css
<style>
a { background-color: #CFBDAF; }
a { background-color: rgb(207,189,175); }
div.DivClassName
{
background-color: #CFBDAF;
}
.BgClassName
{
background-color: #CFBDAF;
}
</style>
border-color css
<style>
span { border-color: #CFBDAF; }
span { border-color: rgb(207,189,175); }
td.TdClassName
{
border-color: #CFBDAF;
}
.TagClassName
{
border-color: #CFBDAF;
}
</style>