Shades of Cotton Seed #C3BAA8
Tints of Cotton Seed #C3BAA8
RGB
CMYK
RGB Variations
Color information
#C3BAA8 (or 0xC3BAA8) is known color: Cotton Seed. HEX triplet: C3, BA and A8. RGB value is (195,186,168). Sum of RGB (Red+Green+Blue) = 195+186+168=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BAA8 is #3C4557. Grayscale: #BABABA. Windows color (decimal): -3949912 or 11057859. OLE color: 11057859.
HSL color Cylindrical-coordinate representation of color #C3BAA8: hue angle of 40º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3BAA8 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 168 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.24 |
| HSL | 40º | 0.18% | 0.71% | - |
| HSV(B) | 40º | 0.14% | 0.76% | - |
| XYZ | 47.13 | 49.55 | 44.13 | - |
| YUV | 186.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 168 | 0 | 0.05 | 0.14 | 0.24 | 40 | 0.18 | 0.71 |
| Hex | C3 | BA | A8 | 0 | 5 | E | 18 | 28 | 12 | 47 |
| Octal | 303 | 272 | 250 | 0 | 5 | 16 | 30 | 50 | 22 | 107 |
| Binary | 11000011 | 10111010 | 10101000 | 0 | 101 | 1110 | 11000 | 101000 | 10010 | 1000111 |
Color Harmonies of #C3BAA8
Complementary color
Monochromatic Colors of #C3BAA8
Black with #C3BAA8
Text Example
Text Example
White with #C3BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAA8; }
p { color: rgb(195,186,168); }
H1.HeaderClassName
{
color: #C3BAA8;
}
.AnyTagClassName
{
color: #C3BAA8;
}
</style>
background-color css
<style>
a { background-color: #C3BAA8; }
a { background-color: rgb(195,186,168); }
div.DivClassName
{
background-color: #C3BAA8;
}
.BgClassName
{
background-color: #C3BAA8;
}
</style>
border-color css
<style>
span { border-color: #C3BAA8; }
span { border-color: rgb(195,186,168); }
td.TdClassName
{
border-color: #C3BAA8;
}
.TagClassName
{
border-color: #C3BAA8;
}
</style>