Shades of Careys Pink #C2969B
Tints of Careys Pink #C2969B
RGB
CMYK
RGB Variations
Color information
#C2969B (or 0xC2969B) is known color: Careys Pink. HEX triplet: C2, 96 and 9B. RGB value is (194,150,155). Sum of RGB (Red+Green+Blue) = 194+150+155=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2969B is #3D6964. Grayscale: #A3A3A3. Windows color (decimal): -4024677 or 10196674. OLE color: 10196674.
HSL color Cylindrical-coordinate representation of color #C2969B: hue angle of 353.18º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2969B is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 155 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.24 |
| HSL | 353.18º | 0.27% | 0.67% | - |
| HSV(B) | 353.18º | 0.23% | 0.76% | - |
| XYZ | 39.07 | 35.65 | 35.83 | - |
| YUV | 163.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 155 | 0 | 0.23 | 0.20 | 0.24 | 353.18 | 0.27 | 0.67 |
| Hex | C2 | 96 | 9B | 0 | 17 | 14 | 18 | 161 | 1B | 43 |
| Octal | 302 | 226 | 233 | 0 | 27 | 24 | 30 | 541 | 33 | 103 |
| Binary | 11000010 | 10010110 | 10011011 | 0 | 10111 | 10100 | 11000 | 101100001 | 11011 | 1000011 |
Color Harmonies of #C2969B
Complementary color
Monochromatic Colors of #C2969B
Black with #C2969B
Text Example
Text Example
White with #C2969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2969B; }
p { color: rgb(194,150,155); }
H1.HeaderClassName
{
color: #C2969B;
}
.AnyTagClassName
{
color: #C2969B;
}
</style>
background-color css
<style>
a { background-color: #C2969B; }
a { background-color: rgb(194,150,155); }
div.DivClassName
{
background-color: #C2969B;
}
.BgClassName
{
background-color: #C2969B;
}
</style>
border-color css
<style>
span { border-color: #C2969B; }
span { border-color: rgb(194,150,155); }
td.TdClassName
{
border-color: #C2969B;
}
.TagClassName
{
border-color: #C2969B;
}
</style>