Shades of Cotton Seed #C0BCB2
Tints of Cotton Seed #C0BCB2
RGB
CMYK
RGB Variations
Color information
#C0BCB2 (or 0xC0BCB2) is known color: Cotton Seed. HEX triplet: C0, BC and B2. RGB value is (192,188,178). Sum of RGB (Red+Green+Blue) = 192+188+178=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCB2 is #3F434D. Grayscale: #BCBCBC. Windows color (decimal): -4145998 or 11713728. OLE color: 11713728.
HSL color Cylindrical-coordinate representation of color #C0BCB2: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0BCB2 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 188 | 178 | - |
CMYK | 0 | 0.02 | 0.07 | 0.25 |
HSL | 42.86º | 0.1% | 0.73% | - |
HSV(B) | 42.86º | 0.07% | 0.75% | - |
XYZ | 47.76 | 50.39 | 49.33 | - |
YUV | 188.06 | 122.33 | 130.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 188 | 178 | 0 | 0.02 | 0.07 | 0.25 | 42.86 | 0.1 | 0.73 |
Hex | C0 | BC | B2 | 0 | 2 | 7 | 19 | 2B | A | 49 |
Octal | 300 | 274 | 262 | 0 | 2 | 7 | 31 | 53 | 12 | 111 |
Binary | 11000000 | 10111100 | 10110010 | 0 | 10 | 111 | 11001 | 101011 | 1010 | 1001001 |
Color Harmonies of #C0BCB2
Complementary color
Monochromatic Colors of #C0BCB2
Black with #C0BCB2
Text Example
Text Example
White with #C0BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCB2; }
p { color: rgb(192,188,178); }
H1.HeaderClassName
{
color: #C0BCB2;
}
.AnyTagClassName
{
color: #C0BCB2;
}
</style>
background-color css
<style>
a { background-color: #C0BCB2; }
a { background-color: rgb(192,188,178); }
div.DivClassName
{
background-color: #C0BCB2;
}
.BgClassName
{
background-color: #C0BCB2;
}
</style>
border-color css
<style>
span { border-color: #C0BCB2; }
span { border-color: rgb(192,188,178); }
td.TdClassName
{
border-color: #C0BCB2;
}
.TagClassName
{
border-color: #C0BCB2;
}
</style>