Shades of Careys Pink #C39B9C
Tints of Careys Pink #C39B9C
RGB
CMYK
RGB Variations
Color information
#C39B9C (or 0xC39B9C) is known color: Careys Pink. HEX triplet: C3, 9B and 9C. RGB value is (195,155,156). Sum of RGB (Red+Green+Blue) = 195+155+156=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39B9C is #3C6463. Grayscale: #A7A7A7. Windows color (decimal): -3957860 or 10263491. OLE color: 10263491.
HSL color Cylindrical-coordinate representation of color #C39B9C: hue angle of 358.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39B9C is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 156 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.24 |
| HSL | 358.5º | 0.25% | 0.69% | - |
| HSV(B) | 358.5º | 0.21% | 0.76% | - |
| XYZ | 40.23 | 37.45 | 36.56 | - |
| YUV | 167.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 156 | 0 | 0.21 | 0.20 | 0.24 | 358.5 | 0.25 | 0.69 |
| Hex | C3 | 9B | 9C | 0 | 15 | 14 | 18 | 166 | 19 | 45 |
| Octal | 303 | 233 | 234 | 0 | 25 | 24 | 30 | 546 | 31 | 105 |
| Binary | 11000011 | 10011011 | 10011100 | 0 | 10101 | 10100 | 11000 | 101100110 | 11001 | 1000101 |
Color Harmonies of #C39B9C
Complementary color
Monochromatic Colors of #C39B9C
Black with #C39B9C
Text Example
Text Example
White with #C39B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B9C; }
p { color: rgb(195,155,156); }
H1.HeaderClassName
{
color: #C39B9C;
}
.AnyTagClassName
{
color: #C39B9C;
}
</style>
background-color css
<style>
a { background-color: #C39B9C; }
a { background-color: rgb(195,155,156); }
div.DivClassName
{
background-color: #C39B9C;
}
.BgClassName
{
background-color: #C39B9C;
}
</style>
border-color css
<style>
span { border-color: #C39B9C; }
span { border-color: rgb(195,155,156); }
td.TdClassName
{
border-color: #C39B9C;
}
.TagClassName
{
border-color: #C39B9C;
}
</style>