Shades of Tahuna Sands #CFCBA3
Tints of Tahuna Sands #CFCBA3
RGB
CMYK
RGB Variations
Color information
#CFCBA3 (or 0xCFCBA3) is known color: Tahuna Sands. HEX triplet: CF, CB and A3. RGB value is (207,203,163). Sum of RGB (Red+Green+Blue) = 207+203+163=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 163 (64.06% from 255 or 28.45% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCBA3 is #30345C. Grayscale: #C7C7C7. Windows color (decimal): -3159133 or 10734543. OLE color: 10734543.
HSL color Cylindrical-coordinate representation of color #CFCBA3: hue angle of 54.55º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFCBA3 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 163 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.19 |
| HSL | 54.55º | 0.31% | 0.73% | - |
| HSV(B) | 54.55º | 0.21% | 0.81% | - |
| XYZ | 53.7 | 58.62 | 43.14 | - |
| YUV | 199.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 163 | 0 | 0.02 | 0.21 | 0.19 | 54.55 | 0.31 | 0.73 |
| Hex | CF | CB | A3 | 0 | 2 | 15 | 13 | 37 | 1F | 49 |
| Octal | 317 | 313 | 243 | 0 | 2 | 25 | 23 | 67 | 37 | 111 |
| Binary | 11001111 | 11001011 | 10100011 | 0 | 10 | 10101 | 10011 | 110111 | 11111 | 1001001 |
Color Harmonies of #CFCBA3
Complementary color
Monochromatic Colors of #CFCBA3
Black with #CFCBA3
Text Example
Text Example
White with #CFCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBA3; }
p { color: rgb(207,203,163); }
H1.HeaderClassName
{
color: #CFCBA3;
}
.AnyTagClassName
{
color: #CFCBA3;
}
</style>
background-color css
<style>
a { background-color: #CFCBA3; }
a { background-color: rgb(207,203,163); }
div.DivClassName
{
background-color: #CFCBA3;
}
.BgClassName
{
background-color: #CFCBA3;
}
</style>
border-color css
<style>
span { border-color: #CFCBA3; }
span { border-color: rgb(207,203,163); }
td.TdClassName
{
border-color: #CFCBA3;
}
.TagClassName
{
border-color: #CFCBA3;
}
</style>