Shades of Your Pink #FFC0C0
Tints of Your Pink #FFC0C0
RGB
CMYK
RGB Variations
Color information
#FFC0C0 (or 0xFFC0C0) is known color: Your Pink. HEX triplet: FF, C0 and C0. RGB value is (255,192,192). Sum of RGB (Red+Green+Blue) = 255+192+192=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0C0 is #003F3F. Grayscale: #D2D2D2. Windows color (decimal): -16192 or 12632319. OLE color: 12632319.
HSL color Cylindrical-coordinate representation of color #FFC0C0: hue angle of 0º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0C0 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 192 | 192 | - |
CMYK | 0 | 0.25 | 0.25 | 0 |
HSL | 0º | 1% | 0.88% | - |
HSV(B) | 0º | 0.25% | 1% | - |
XYZ | 69.6 | 62.77 | 58.32 | - |
YUV | 210.84 | 117.37 | 159.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 192 | 192 | 0 | 0.25 | 0.25 | 0 | 0 | 1 | 0.88 |
Hex | FF | C0 | C0 | 0 | 19 | 19 | 0 | 0 | 64 | 58 |
Octal | 377 | 300 | 300 | 0 | 31 | 31 | 0 | 0 | 144 | 130 |
Binary | 11111111 | 11000000 | 11000000 | 0 | 11001 | 11001 | 0 | 0 | 1100100 | 1011000 |
Color Harmonies of #FFC0C0
Complementary color
Monochromatic Colors of #FFC0C0
Black with #FFC0C0
Text Example
Text Example
White with #FFC0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0C0; }
p { color: rgb(255,192,192); }
H1.HeaderClassName
{
color: #FFC0C0;
}
.AnyTagClassName
{
color: #FFC0C0;
}
</style>
background-color css
<style>
a { background-color: #FFC0C0; }
a { background-color: rgb(255,192,192); }
div.DivClassName
{
background-color: #FFC0C0;
}
.BgClassName
{
background-color: #FFC0C0;
}
</style>
border-color css
<style>
span { border-color: #FFC0C0; }
span { border-color: rgb(255,192,192); }
td.TdClassName
{
border-color: #FFC0C0;
}
.TagClassName
{
border-color: #FFC0C0;
}
</style>