Shades of Rose #CC9A94
Tints of Rose #CC9A94
RGB
CMYK
RGB Variations
Color information
#CC9A94 (or 0xCC9A94) is known color: Rose. HEX triplet: CC, 9A and 94. RGB value is (204,154,148). Sum of RGB (Red+Green+Blue) = 204+154+148=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9A94 is #33656B. Grayscale: #A8A8A8. Windows color (decimal): -3368300 or 9738956. OLE color: 9738956.
HSL color Cylindrical-coordinate representation of color #CC9A94: hue angle of 6.43º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC9A94 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 148 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.2 |
| HSL | 6.43º | 0.35% | 0.69% | - |
| HSV(B) | 6.43º | 0.27% | 0.8% | - |
| XYZ | 41.8 | 38.09 | 33.17 | - |
| YUV | 168.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 148 | 0 | 0.25 | 0.27 | 0.2 | 6.43 | 0.35 | 0.69 |
| Hex | CC | 9A | 94 | 0 | 19 | 1B | 14 | 6 | 23 | 45 |
| Octal | 314 | 232 | 224 | 0 | 31 | 33 | 24 | 6 | 43 | 105 |
| Binary | 11001100 | 10011010 | 10010100 | 0 | 11001 | 11011 | 10100 | 110 | 100011 | 1000101 |
Color Harmonies of #CC9A94
Complementary color
Monochromatic Colors of #CC9A94
Black with #CC9A94
Text Example
Text Example
White with #CC9A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A94; }
p { color: rgb(204,154,148); }
H1.HeaderClassName
{
color: #CC9A94;
}
.AnyTagClassName
{
color: #CC9A94;
}
</style>
background-color css
<style>
a { background-color: #CC9A94; }
a { background-color: rgb(204,154,148); }
div.DivClassName
{
background-color: #CC9A94;
}
.BgClassName
{
background-color: #CC9A94;
}
</style>
border-color css
<style>
span { border-color: #CC9A94; }
span { border-color: rgb(204,154,148); }
td.TdClassName
{
border-color: #CC9A94;
}
.TagClassName
{
border-color: #CC9A94;
}
</style>