Shades of Cotton Seed #C5BFAD
Tints of Cotton Seed #C5BFAD
RGB
CMYK
RGB Variations
Color information
#C5BFAD (or 0xC5BFAD) is known color: Cotton Seed. HEX triplet: C5, BF and AD. RGB value is (197,191,173). Sum of RGB (Red+Green+Blue) = 197+191+173=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFAD is #3A4052. Grayscale: #BEBEBE. Windows color (decimal): -3817555 or 11386821. OLE color: 11386821.
HSL color Cylindrical-coordinate representation of color #C5BFAD: hue angle of 45º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5BFAD is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 173 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.23 |
| HSL | 45º | 0.17% | 0.73% | - |
| HSV(B) | 45º | 0.12% | 0.77% | - |
| XYZ | 49.2 | 52.15 | 47.01 | - |
| YUV | 190.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 173 | 0 | 0.03 | 0.12 | 0.23 | 45 | 0.17 | 0.73 |
| Hex | C5 | BF | AD | 0 | 3 | C | 17 | 2D | 11 | 49 |
| Octal | 305 | 277 | 255 | 0 | 3 | 14 | 27 | 55 | 21 | 111 |
| Binary | 11000101 | 10111111 | 10101101 | 0 | 11 | 1100 | 10111 | 101101 | 10001 | 1001001 |
Color Harmonies of #C5BFAD
Complementary color
Monochromatic Colors of #C5BFAD
Black with #C5BFAD
Text Example
Text Example
White with #C5BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFAD; }
p { color: rgb(197,191,173); }
H1.HeaderClassName
{
color: #C5BFAD;
}
.AnyTagClassName
{
color: #C5BFAD;
}
</style>
background-color css
<style>
a { background-color: #C5BFAD; }
a { background-color: rgb(197,191,173); }
div.DivClassName
{
background-color: #C5BFAD;
}
.BgClassName
{
background-color: #C5BFAD;
}
</style>
border-color css
<style>
span { border-color: #C5BFAD; }
span { border-color: rgb(197,191,173); }
td.TdClassName
{
border-color: #C5BFAD;
}
.TagClassName
{
border-color: #C5BFAD;
}
</style>