Shades of Careys Pink #CC9093
Tints of Careys Pink #CC9093
RGB
CMYK
RGB Variations
Color information
#CC9093 (or 0xCC9093) is known color: Careys Pink. HEX triplet: CC, 90 and 93. RGB value is (204,144,147). Sum of RGB (Red+Green+Blue) = 204+144+147=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9093 is #336F6C. Grayscale: #A2A2A2. Windows color (decimal): -3370861 or 9670860. OLE color: 9670860.
HSL color Cylindrical-coordinate representation of color #CC9093: hue angle of 357º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9093 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 147 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.2 |
| HSL | 357º | 0.37% | 0.68% | - |
| HSV(B) | 357º | 0.29% | 0.8% | - |
| XYZ | 40.14 | 34.89 | 32.22 | - |
| YUV | 162.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 147 | 0 | 0.29 | 0.28 | 0.2 | 357 | 0.37 | 0.68 |
| Hex | CC | 90 | 93 | 0 | 1D | 1C | 14 | 165 | 25 | 44 |
| Octal | 314 | 220 | 223 | 0 | 35 | 34 | 24 | 545 | 45 | 104 |
| Binary | 11001100 | 10010000 | 10010011 | 0 | 11101 | 11100 | 10100 | 101100101 | 100101 | 1000100 |
Color Harmonies of #CC9093
Complementary color
Monochromatic Colors of #CC9093
Black with #CC9093
Text Example
Text Example
White with #CC9093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9093; }
p { color: rgb(204,144,147); }
H1.HeaderClassName
{
color: #CC9093;
}
.AnyTagClassName
{
color: #CC9093;
}
</style>
background-color css
<style>
a { background-color: #CC9093; }
a { background-color: rgb(204,144,147); }
div.DivClassName
{
background-color: #CC9093;
}
.BgClassName
{
background-color: #CC9093;
}
</style>
border-color css
<style>
span { border-color: #CC9093; }
span { border-color: rgb(204,144,147); }
td.TdClassName
{
border-color: #CC9093;
}
.TagClassName
{
border-color: #CC9093;
}
</style>