Shades of Cotton Seed #C0BDB5
Tints of Cotton Seed #C0BDB5
RGB
CMYK
RGB Variations
Color information
#C0BDB5 (or 0xC0BDB5) is known color: Cotton Seed. HEX triplet: C0, BD and B5. RGB value is (192,189,181). Sum of RGB (Red+Green+Blue) = 192+189+181=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDB5 is #3F424A. Grayscale: #BDBDBD. Windows color (decimal): -4145739 or 11910592. OLE color: 11910592.
HSL color Cylindrical-coordinate representation of color #C0BDB5: hue angle of 43.64º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0BDB5 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 189 | 181 | - |
CMYK | 0 | 0.02 | 0.06 | 0.25 |
HSL | 43.64º | 0.08% | 0.73% | - |
HSV(B) | 43.64º | 0.06% | 0.75% | - |
XYZ | 48.28 | 50.94 | 51 | - |
YUV | 188.99 | 123.49 | 130.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 189 | 181 | 0 | 0.02 | 0.06 | 0.25 | 43.64 | 0.08 | 0.73 |
Hex | C0 | BD | B5 | 0 | 2 | 6 | 19 | 2C | 8 | 49 |
Octal | 300 | 275 | 265 | 0 | 2 | 6 | 31 | 54 | 10 | 111 |
Binary | 11000000 | 10111101 | 10110101 | 0 | 10 | 110 | 11001 | 101100 | 1000 | 1001001 |
Color Harmonies of #C0BDB5
Complementary color
Monochromatic Colors of #C0BDB5
Black with #C0BDB5
Text Example
Text Example
White with #C0BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDB5; }
p { color: rgb(192,189,181); }
H1.HeaderClassName
{
color: #C0BDB5;
}
.AnyTagClassName
{
color: #C0BDB5;
}
</style>
background-color css
<style>
a { background-color: #C0BDB5; }
a { background-color: rgb(192,189,181); }
div.DivClassName
{
background-color: #C0BDB5;
}
.BgClassName
{
background-color: #C0BDB5;
}
</style>
border-color css
<style>
span { border-color: #C0BDB5; }
span { border-color: rgb(192,189,181); }
td.TdClassName
{
border-color: #C0BDB5;
}
.TagClassName
{
border-color: #C0BDB5;
}
</style>