Shades of Pink Swan #C3B7B7
Tints of Pink Swan #C3B7B7
RGB
CMYK
RGB Variations
Color information
#C3B7B7 (or 0xC3B7B7) is known color: Pink Swan. HEX triplet: C3, B7 and B7. RGB value is (195,183,183). Sum of RGB (Red+Green+Blue) = 195+183+183=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7B7 is #3C4848. Grayscale: #BABABA. Windows color (decimal): -3950665 or 12040131. OLE color: 12040131.
HSL color Cylindrical-coordinate representation of color #C3B7B7: hue angle of 0º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3B7B7 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 183 | 183 | - |
CMYK | 0 | 0.06 | 0.06 | 0.24 |
HSL | 0º | 0.09% | 0.74% | - |
HSV(B) | 0º | 0.06% | 0.76% | - |
XYZ | 47.99 | 48.89 | 51.71 | - |
YUV | 186.59 | 125.98 | 134 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 183 | 183 | 0 | 0.06 | 0.06 | 0.24 | 0 | 0.09 | 0.74 |
Hex | C3 | B7 | B7 | 0 | 6 | 6 | 18 | 0 | 9 | 4A |
Octal | 303 | 267 | 267 | 0 | 6 | 6 | 30 | 0 | 11 | 112 |
Binary | 11000011 | 10110111 | 10110111 | 0 | 110 | 110 | 11000 | 0 | 1001 | 1001010 |
Color Harmonies of #C3B7B7
Complementary color
Monochromatic Colors of #C3B7B7
Black with #C3B7B7
Text Example
Text Example
White with #C3B7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7B7; }
p { color: rgb(195,183,183); }
H1.HeaderClassName
{
color: #C3B7B7;
}
.AnyTagClassName
{
color: #C3B7B7;
}
</style>
background-color css
<style>
a { background-color: #C3B7B7; }
a { background-color: rgb(195,183,183); }
div.DivClassName
{
background-color: #C3B7B7;
}
.BgClassName
{
background-color: #C3B7B7;
}
</style>
border-color css
<style>
span { border-color: #C3B7B7; }
span { border-color: rgb(195,183,183); }
td.TdClassName
{
border-color: #C3B7B7;
}
.TagClassName
{
border-color: #C3B7B7;
}
</style>