Shades of Careys Pink #C8949C
Tints of Careys Pink #C8949C
RGB
CMYK
RGB Variations
Color information
#C8949C (or 0xC8949C) is known color: Careys Pink. HEX triplet: C8, 94 and 9C. RGB value is (200,148,156). Sum of RGB (Red+Green+Blue) = 200+148+156=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8949C is #376B63. Grayscale: #A4A4A4. Windows color (decimal): -3631972 or 10261704. OLE color: 10261704.
HSL color Cylindrical-coordinate representation of color #C8949C: hue angle of 350.77º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8949C is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 156 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.22 |
| HSL | 350.77º | 0.32% | 0.68% | - |
| HSV(B) | 350.77º | 0.26% | 0.78% | - |
| XYZ | 40.41 | 35.86 | 36.24 | - |
| YUV | 164.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 156 | 0 | 0.26 | 0.22 | 0.22 | 350.77 | 0.32 | 0.68 |
| Hex | C8 | 94 | 9C | 0 | 1A | 16 | 16 | 15F | 20 | 44 |
| Octal | 310 | 224 | 234 | 0 | 32 | 26 | 26 | 537 | 40 | 104 |
| Binary | 11001000 | 10010100 | 10011100 | 0 | 11010 | 10110 | 10110 | 101011111 | 100000 | 1000100 |
Color Harmonies of #C8949C
Complementary color
Monochromatic Colors of #C8949C
Black with #C8949C
Text Example
Text Example
White with #C8949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8949C; }
p { color: rgb(200,148,156); }
H1.HeaderClassName
{
color: #C8949C;
}
.AnyTagClassName
{
color: #C8949C;
}
</style>
background-color css
<style>
a { background-color: #C8949C; }
a { background-color: rgb(200,148,156); }
div.DivClassName
{
background-color: #C8949C;
}
.BgClassName
{
background-color: #C8949C;
}
</style>
border-color css
<style>
span { border-color: #C8949C; }
span { border-color: rgb(200,148,156); }
td.TdClassName
{
border-color: #C8949C;
}
.TagClassName
{
border-color: #C8949C;
}
</style>