Shades of Careys Pink #C2999C
Tints of Careys Pink #C2999C
RGB
CMYK
RGB Variations
Color information
#C2999C (or 0xC2999C) is known color: Careys Pink. HEX triplet: C2, 99 and 9C. RGB value is (194,153,156). Sum of RGB (Red+Green+Blue) = 194+153+156=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2999C is #3D6663. Grayscale: #A5A5A5. Windows color (decimal): -4023908 or 10262978. OLE color: 10262978.
HSL color Cylindrical-coordinate representation of color #C2999C: hue angle of 355.61º 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 #C2999C is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 156 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.24 |
| HSL | 355.61º | 0.25% | 0.68% | - |
| HSV(B) | 355.61º | 0.21% | 0.76% | - |
| XYZ | 39.64 | 36.65 | 36.44 | - |
| YUV | 165.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 156 | 0 | 0.21 | 0.20 | 0.24 | 355.61 | 0.25 | 0.68 |
| Hex | C2 | 99 | 9C | 0 | 15 | 14 | 18 | 164 | 19 | 44 |
| Octal | 302 | 231 | 234 | 0 | 25 | 24 | 30 | 544 | 31 | 104 |
| Binary | 11000010 | 10011001 | 10011100 | 0 | 10101 | 10100 | 11000 | 101100100 | 11001 | 1000100 |
Color Harmonies of #C2999C
Complementary color
Monochromatic Colors of #C2999C
Black with #C2999C
Text Example
Text Example
White with #C2999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2999C; }
p { color: rgb(194,153,156); }
H1.HeaderClassName
{
color: #C2999C;
}
.AnyTagClassName
{
color: #C2999C;
}
</style>
background-color css
<style>
a { background-color: #C2999C; }
a { background-color: rgb(194,153,156); }
div.DivClassName
{
background-color: #C2999C;
}
.BgClassName
{
background-color: #C2999C;
}
</style>
border-color css
<style>
span { border-color: #C2999C; }
span { border-color: rgb(194,153,156); }
td.TdClassName
{
border-color: #C2999C;
}
.TagClassName
{
border-color: #C2999C;
}
</style>