Shades of Rose #CCA391
Tints of Rose #CCA391
RGB
CMYK
RGB Variations
Color information
#CCA391 (or 0xCCA391) is known color: Rose. HEX triplet: CC, A3 and 91. RGB value is (204,163,145). Sum of RGB (Red+Green+Blue) = 204+163+145=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA391 is #335C6E. Grayscale: #ADADAD. Windows color (decimal): -3365999 or 9544652. OLE color: 9544652.
HSL color Cylindrical-coordinate representation of color #CCA391: hue angle of 18.31º 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 #CCA391 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 145 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.2 |
| HSL | 18.31º | 0.37% | 0.68% | - |
| HSV(B) | 18.31º | 0.29% | 0.8% | - |
| XYZ | 43.11 | 41.08 | 32.44 | - |
| YUV | 173.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 145 | 0 | 0.20 | 0.29 | 0.2 | 18.31 | 0.37 | 0.68 |
| Hex | CC | A3 | 91 | 0 | 14 | 1D | 14 | 12 | 25 | 44 |
| Octal | 314 | 243 | 221 | 0 | 24 | 35 | 24 | 22 | 45 | 104 |
| Binary | 11001100 | 10100011 | 10010001 | 0 | 10100 | 11101 | 10100 | 10010 | 100101 | 1000100 |
Color Harmonies of #CCA391
Complementary color
Monochromatic Colors of #CCA391
Black with #CCA391
Text Example
Text Example
White with #CCA391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA391; }
p { color: rgb(204,163,145); }
H1.HeaderClassName
{
color: #CCA391;
}
.AnyTagClassName
{
color: #CCA391;
}
</style>
background-color css
<style>
a { background-color: #CCA391; }
a { background-color: rgb(204,163,145); }
div.DivClassName
{
background-color: #CCA391;
}
.BgClassName
{
background-color: #CCA391;
}
</style>
border-color css
<style>
span { border-color: #CCA391; }
span { border-color: rgb(204,163,145); }
td.TdClassName
{
border-color: #CCA391;
}
.TagClassName
{
border-color: #CCA391;
}
</style>