Shades of Careys Pink #C39A9B
Tints of Careys Pink #C39A9B
RGB
CMYK
RGB Variations
Color information
#C39A9B (or 0xC39A9B) is known color: Careys Pink. HEX triplet: C3, 9A and 9B. RGB value is (195,154,155). Sum of RGB (Red+Green+Blue) = 195+154+155=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A9B is #3C6564. Grayscale: #A6A6A6. Windows color (decimal): -3958117 or 10197699. OLE color: 10197699.
HSL color Cylindrical-coordinate representation of color #C39A9B: hue angle of 358.54º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39A9B is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 155 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.24 |
| HSL | 358.54º | 0.25% | 0.68% | - |
| HSV(B) | 358.54º | 0.21% | 0.76% | - |
| XYZ | 39.98 | 37.08 | 36.06 | - |
| YUV | 166.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 155 | 0 | 0.21 | 0.21 | 0.24 | 358.54 | 0.25 | 0.68 |
| Hex | C3 | 9A | 9B | 0 | 15 | 15 | 18 | 167 | 19 | 44 |
| Octal | 303 | 232 | 233 | 0 | 25 | 25 | 30 | 547 | 31 | 104 |
| Binary | 11000011 | 10011010 | 10011011 | 0 | 10101 | 10101 | 11000 | 101100111 | 11001 | 1000100 |
Color Harmonies of #C39A9B
Complementary color
Monochromatic Colors of #C39A9B
Black with #C39A9B
Text Example
Text Example
White with #C39A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A9B; }
p { color: rgb(195,154,155); }
H1.HeaderClassName
{
color: #C39A9B;
}
.AnyTagClassName
{
color: #C39A9B;
}
</style>
background-color css
<style>
a { background-color: #C39A9B; }
a { background-color: rgb(195,154,155); }
div.DivClassName
{
background-color: #C39A9B;
}
.BgClassName
{
background-color: #C39A9B;
}
</style>
border-color css
<style>
span { border-color: #C39A9B; }
span { border-color: rgb(195,154,155); }
td.TdClassName
{
border-color: #C39A9B;
}
.TagClassName
{
border-color: #C39A9B;
}
</style>