Shades of Rose #CCA392
Tints of Rose #CCA392
RGB
CMYK
RGB Variations
Color information
#CCA392 (or 0xCCA392) is known color: Rose. HEX triplet: CC, A3 and 92. RGB value is (204,163,146). Sum of RGB (Red+Green+Blue) = 204+163+146=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA392 is #335C6D. Grayscale: #ADADAD. Windows color (decimal): -3365998 or 9610188. OLE color: 9610188.
HSL color Cylindrical-coordinate representation of color #CCA392: hue angle of 17.59º 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 #CCA392 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 146 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.2 |
| HSL | 17.59º | 0.36% | 0.69% | - |
| HSV(B) | 17.59º | 0.28% | 0.8% | - |
| XYZ | 43.19 | 41.11 | 32.85 | - |
| YUV | 173.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 146 | 0 | 0.20 | 0.28 | 0.2 | 17.59 | 0.36 | 0.69 |
| Hex | CC | A3 | 92 | 0 | 14 | 1C | 14 | 12 | 24 | 45 |
| Octal | 314 | 243 | 222 | 0 | 24 | 34 | 24 | 22 | 44 | 105 |
| Binary | 11001100 | 10100011 | 10010010 | 0 | 10100 | 11100 | 10100 | 10010 | 100100 | 1000101 |
Color Harmonies of #CCA392
Complementary color
Monochromatic Colors of #CCA392
Black with #CCA392
Text Example
Text Example
White with #CCA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA392; }
p { color: rgb(204,163,146); }
H1.HeaderClassName
{
color: #CCA392;
}
.AnyTagClassName
{
color: #CCA392;
}
</style>
background-color css
<style>
a { background-color: #CCA392; }
a { background-color: rgb(204,163,146); }
div.DivClassName
{
background-color: #CCA392;
}
.BgClassName
{
background-color: #CCA392;
}
</style>
border-color css
<style>
span { border-color: #CCA392; }
span { border-color: rgb(204,163,146); }
td.TdClassName
{
border-color: #CCA392;
}
.TagClassName
{
border-color: #CCA392;
}
</style>