Shades of Careys Pink #CC969D
Tints of Careys Pink #CC969D
RGB
CMYK
RGB Variations
Color information
#CC969D (or 0xCC969D) is known color: Careys Pink. HEX triplet: CC, 96 and 9D. RGB value is (204,150,157). Sum of RGB (Red+Green+Blue) = 204+150+157=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC969D is #336962. Grayscale: #A6A6A6. Windows color (decimal): -3369315 or 10327756. OLE color: 10327756.
HSL color Cylindrical-coordinate representation of color #CC969D: hue angle of 352.22º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC969D is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 157 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.2 |
| HSL | 352.22º | 0.35% | 0.69% | - |
| HSV(B) | 352.22º | 0.26% | 0.8% | - |
| XYZ | 41.89 | 37.08 | 36.85 | - |
| YUV | 166.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 157 | 0 | 0.26 | 0.23 | 0.2 | 352.22 | 0.35 | 0.69 |
| Hex | CC | 96 | 9D | 0 | 1A | 17 | 14 | 160 | 23 | 45 |
| Octal | 314 | 226 | 235 | 0 | 32 | 27 | 24 | 540 | 43 | 105 |
| Binary | 11001100 | 10010110 | 10011101 | 0 | 11010 | 10111 | 10100 | 101100000 | 100011 | 1000101 |
Color Harmonies of #CC969D
Complementary color
Monochromatic Colors of #CC969D
Black with #CC969D
Text Example
Text Example
White with #CC969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC969D; }
p { color: rgb(204,150,157); }
H1.HeaderClassName
{
color: #CC969D;
}
.AnyTagClassName
{
color: #CC969D;
}
</style>
background-color css
<style>
a { background-color: #CC969D; }
a { background-color: rgb(204,150,157); }
div.DivClassName
{
background-color: #CC969D;
}
.BgClassName
{
background-color: #CC969D;
}
</style>
border-color css
<style>
span { border-color: #CC969D; }
span { border-color: rgb(204,150,157); }
td.TdClassName
{
border-color: #CC969D;
}
.TagClassName
{
border-color: #CC969D;
}
</style>