Shades of Careys Pink #C0969C
Tints of Careys Pink #C0969C
RGB
CMYK
RGB Variations
Color information
#C0969C (or 0xC0969C) is known color: Careys Pink. HEX triplet: C0, 96 and 9C. RGB value is (192,150,156). Sum of RGB (Red+Green+Blue) = 192+150+156=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0969C is #3F6963. Grayscale: #A3A3A3. Windows color (decimal): -4155748 or 10262208. OLE color: 10262208.
HSL color Cylindrical-coordinate representation of color #C0969C: hue angle of 351.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0969C is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 156 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.25 |
| HSL | 351.43º | 0.25% | 0.67% | - |
| HSV(B) | 351.43º | 0.22% | 0.75% | - |
| XYZ | 38.65 | 35.42 | 36.25 | - |
| YUV | 163.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 156 | 0 | 0.22 | 0.19 | 0.25 | 351.43 | 0.25 | 0.67 |
| Hex | C0 | 96 | 9C | 0 | 16 | 13 | 19 | 15F | 19 | 43 |
| Octal | 300 | 226 | 234 | 0 | 26 | 23 | 31 | 537 | 31 | 103 |
| Binary | 11000000 | 10010110 | 10011100 | 0 | 10110 | 10011 | 11001 | 101011111 | 11001 | 1000011 |
Color Harmonies of #C0969C
Complementary color
Monochromatic Colors of #C0969C
Black with #C0969C
Text Example
Text Example
White with #C0969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0969C; }
p { color: rgb(192,150,156); }
H1.HeaderClassName
{
color: #C0969C;
}
.AnyTagClassName
{
color: #C0969C;
}
</style>
background-color css
<style>
a { background-color: #C0969C; }
a { background-color: rgb(192,150,156); }
div.DivClassName
{
background-color: #C0969C;
}
.BgClassName
{
background-color: #C0969C;
}
</style>
border-color css
<style>
span { border-color: #C0969C; }
span { border-color: rgb(192,150,156); }
td.TdClassName
{
border-color: #C0969C;
}
.TagClassName
{
border-color: #C0969C;
}
</style>