Shades of Careys Pink #CC929A
Tints of Careys Pink #CC929A
RGB
CMYK
RGB Variations
Color information
#CC929A (or 0xCC929A) is known color: Careys Pink. HEX triplet: CC, 92 and 9A. RGB value is (204,146,154). Sum of RGB (Red+Green+Blue) = 204+146+154=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC929A is #336D65. Grayscale: #A4A4A4. Windows color (decimal): -3370342 or 10130124. OLE color: 10130124.
HSL color Cylindrical-coordinate representation of color #CC929A: hue angle of 351.72º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC929A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 146 | 154 | - |
CMYK | 0 | 0.28 | 0.25 | 0.2 |
HSL | 351.72º | 0.36% | 0.69% | - |
HSV(B) | 351.72º | 0.28% | 0.8% | - |
XYZ | 41.01 | 35.73 | 35.31 | - |
YUV | 164.25 | 122.22 | 156.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 146 | 154 | 0 | 0.28 | 0.25 | 0.2 | 351.72 | 0.36 | 0.69 |
Hex | CC | 92 | 9A | 0 | 1C | 19 | 14 | 160 | 24 | 45 |
Octal | 314 | 222 | 232 | 0 | 34 | 31 | 24 | 540 | 44 | 105 |
Binary | 11001100 | 10010010 | 10011010 | 0 | 11100 | 11001 | 10100 | 101100000 | 100100 | 1000101 |
Color Harmonies of #CC929A
Complementary color
Monochromatic Colors of #CC929A
Black with #CC929A
Text Example
Text Example
White with #CC929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC929A; }
p { color: rgb(204,146,154); }
H1.HeaderClassName
{
color: #CC929A;
}
.AnyTagClassName
{
color: #CC929A;
}
</style>
background-color css
<style>
a { background-color: #CC929A; }
a { background-color: rgb(204,146,154); }
div.DivClassName
{
background-color: #CC929A;
}
.BgClassName
{
background-color: #CC929A;
}
</style>
border-color css
<style>
span { border-color: #CC929A; }
span { border-color: rgb(204,146,154); }
td.TdClassName
{
border-color: #CC929A;
}
.TagClassName
{
border-color: #CC929A;
}
</style>