Shades of Cotton Seed #C3BFB3
Tints of Cotton Seed #C3BFB3
RGB
CMYK
RGB Variations
Color information
#C3BFB3 (or 0xC3BFB3) is known color: Cotton Seed. HEX triplet: C3, BF and B3. RGB value is (195,191,179). Sum of RGB (Red+Green+Blue) = 195+191+179=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFB3 is #3C404C. Grayscale: #BEBEBE. Windows color (decimal): -3948621 or 11780035. OLE color: 11780035.
HSL color Cylindrical-coordinate representation of color #C3BFB3: hue angle of 45º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3BFB3 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 179 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.24 |
| HSL | 45º | 0.12% | 0.73% | - |
| HSV(B) | 45º | 0.08% | 0.76% | - |
| XYZ | 49.27 | 52.12 | 50.11 | - |
| YUV | 190.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 179 | 0 | 0.02 | 0.08 | 0.24 | 45 | 0.12 | 0.73 |
| Hex | C3 | BF | B3 | 0 | 2 | 8 | 18 | 2D | C | 49 |
| Octal | 303 | 277 | 263 | 0 | 2 | 10 | 30 | 55 | 14 | 111 |
| Binary | 11000011 | 10111111 | 10110011 | 0 | 10 | 1000 | 11000 | 101101 | 1100 | 1001001 |
Color Harmonies of #C3BFB3
Complementary color
Monochromatic Colors of #C3BFB3
Black with #C3BFB3
Text Example
Text Example
White with #C3BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFB3; }
p { color: rgb(195,191,179); }
H1.HeaderClassName
{
color: #C3BFB3;
}
.AnyTagClassName
{
color: #C3BFB3;
}
</style>
background-color css
<style>
a { background-color: #C3BFB3; }
a { background-color: rgb(195,191,179); }
div.DivClassName
{
background-color: #C3BFB3;
}
.BgClassName
{
background-color: #C3BFB3;
}
</style>
border-color css
<style>
span { border-color: #C3BFB3; }
span { border-color: rgb(195,191,179); }
td.TdClassName
{
border-color: #C3BFB3;
}
.TagClassName
{
border-color: #C3BFB3;
}
</style>