Shades of Cotton Seed #C5BEAC
Tints of Cotton Seed #C5BEAC
RGB
CMYK
RGB Variations
Color information
#C5BEAC (or 0xC5BEAC) is known color: Cotton Seed. HEX triplet: C5, BE and AC. RGB value is (197,190,172). Sum of RGB (Red+Green+Blue) = 197+190+172=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEAC is #3A4153. Grayscale: #BEBEBE. Windows color (decimal): -3817812 or 11321029. OLE color: 11321029.
HSL color Cylindrical-coordinate representation of color #C5BEAC: hue angle of 43.2º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5BEAC is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 190 | 172 | - |
CMYK | 0 | 0.04 | 0.13 | 0.23 |
HSL | 43.2º | 0.18% | 0.72% | - |
HSV(B) | 43.2º | 0.13% | 0.77% | - |
XYZ | 48.89 | 51.68 | 46.43 | - |
YUV | 190.04 | 117.82 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 190 | 172 | 0 | 0.04 | 0.13 | 0.23 | 43.2 | 0.18 | 0.72 |
Hex | C5 | BE | AC | 0 | 4 | D | 17 | 2B | 12 | 48 |
Octal | 305 | 276 | 254 | 0 | 4 | 15 | 27 | 53 | 22 | 110 |
Binary | 11000101 | 10111110 | 10101100 | 0 | 100 | 1101 | 10111 | 101011 | 10010 | 1001000 |
Color Harmonies of #C5BEAC
Complementary color
Monochromatic Colors of #C5BEAC
Black with #C5BEAC
Text Example
Text Example
White with #C5BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEAC; }
p { color: rgb(197,190,172); }
H1.HeaderClassName
{
color: #C5BEAC;
}
.AnyTagClassName
{
color: #C5BEAC;
}
</style>
background-color css
<style>
a { background-color: #C5BEAC; }
a { background-color: rgb(197,190,172); }
div.DivClassName
{
background-color: #C5BEAC;
}
.BgClassName
{
background-color: #C5BEAC;
}
</style>
border-color css
<style>
span { border-color: #C5BEAC; }
span { border-color: rgb(197,190,172); }
td.TdClassName
{
border-color: #C5BEAC;
}
.TagClassName
{
border-color: #C5BEAC;
}
</style>