Shades of Rose #CCA395
Tints of Rose #CCA395
RGB
CMYK
RGB Variations
Color information
#CCA395 (or 0xCCA395) is known color: Rose. HEX triplet: CC, A3 and 95. RGB value is (204,163,149). Sum of RGB (Red+Green+Blue) = 204+163+149=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA395 is #335C6A. Grayscale: #ADADAD. Windows color (decimal): -3365995 or 9806796. OLE color: 9806796.
HSL color Cylindrical-coordinate representation of color #CCA395: hue angle of 15.27º 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 #CCA395 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 149 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.2 |
| HSL | 15.27º | 0.35% | 0.69% | - |
| HSV(B) | 15.27º | 0.27% | 0.8% | - |
| XYZ | 43.42 | 41.2 | 34.1 | - |
| YUV | 173.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 149 | 0 | 0.20 | 0.27 | 0.2 | 15.27 | 0.35 | 0.69 |
| Hex | CC | A3 | 95 | 0 | 14 | 1B | 14 | F | 23 | 45 |
| Octal | 314 | 243 | 225 | 0 | 24 | 33 | 24 | 17 | 43 | 105 |
| Binary | 11001100 | 10100011 | 10010101 | 0 | 10100 | 11011 | 10100 | 1111 | 100011 | 1000101 |
Color Harmonies of #CCA395
Complementary color
Monochromatic Colors of #CCA395
Black with #CCA395
Text Example
Text Example
White with #CCA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA395; }
p { color: rgb(204,163,149); }
H1.HeaderClassName
{
color: #CCA395;
}
.AnyTagClassName
{
color: #CCA395;
}
</style>
background-color css
<style>
a { background-color: #CCA395; }
a { background-color: rgb(204,163,149); }
div.DivClassName
{
background-color: #CCA395;
}
.BgClassName
{
background-color: #CCA395;
}
</style>
border-color css
<style>
span { border-color: #CCA395; }
span { border-color: rgb(204,163,149); }
td.TdClassName
{
border-color: #CCA395;
}
.TagClassName
{
border-color: #CCA395;
}
</style>