Shades of Pink Swan #C2B7B5
Tints of Pink Swan #C2B7B5
RGB
CMYK
RGB Variations
Color information
#C2B7B5 (or 0xC2B7B5) is known color: Pink Swan. HEX triplet: C2, B7 and B5. RGB value is (194,183,181). Sum of RGB (Red+Green+Blue) = 194+183+181=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B7B5 is #3D484A. Grayscale: #BABABA. Windows color (decimal): -4016203 or 11909058. OLE color: 11909058.
HSL color Cylindrical-coordinate representation of color #C2B7B5: hue angle of 9.23º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2B7B5 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 183 | 181 | - |
CMYK | 0 | 0.06 | 0.07 | 0.24 |
HSL | 9.23º | 0.1% | 0.74% | - |
HSV(B) | 9.23º | 0.07% | 0.76% | - |
XYZ | 47.52 | 48.67 | 50.61 | - |
YUV | 186.06 | 125.14 | 133.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 183 | 181 | 0 | 0.06 | 0.07 | 0.24 | 9.23 | 0.1 | 0.74 |
Hex | C2 | B7 | B5 | 0 | 6 | 7 | 18 | 9 | A | 4A |
Octal | 302 | 267 | 265 | 0 | 6 | 7 | 30 | 11 | 12 | 112 |
Binary | 11000010 | 10110111 | 10110101 | 0 | 110 | 111 | 11000 | 1001 | 1010 | 1001010 |
Color Harmonies of #C2B7B5
Complementary color
Monochromatic Colors of #C2B7B5
Black with #C2B7B5
Text Example
Text Example
White with #C2B7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B7B5; }
p { color: rgb(194,183,181); }
H1.HeaderClassName
{
color: #C2B7B5;
}
.AnyTagClassName
{
color: #C2B7B5;
}
</style>
background-color css
<style>
a { background-color: #C2B7B5; }
a { background-color: rgb(194,183,181); }
div.DivClassName
{
background-color: #C2B7B5;
}
.BgClassName
{
background-color: #C2B7B5;
}
</style>
border-color css
<style>
span { border-color: #C2B7B5; }
span { border-color: rgb(194,183,181); }
td.TdClassName
{
border-color: #C2B7B5;
}
.TagClassName
{
border-color: #C2B7B5;
}
</style>