Shades of Rose #CCA692
Tints of Rose #CCA692
RGB
CMYK
RGB Variations
Color information
#CCA692 (or 0xCCA692) is known color: Rose. HEX triplet: CC, A6 and 92. RGB value is (204,166,146). Sum of RGB (Red+Green+Blue) = 204+166+146=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA692 is #33596D. Grayscale: #AFAFAF. Windows color (decimal): -3365230 or 9610956. OLE color: 9610956.
HSL color Cylindrical-coordinate representation of color #CCA692: hue angle of 20.69º 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 #CCA692 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 146 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.2 |
| HSL | 20.69º | 0.36% | 0.69% | - |
| HSV(B) | 20.69º | 0.28% | 0.8% | - |
| XYZ | 43.73 | 42.19 | 33.03 | - |
| YUV | 175.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 146 | 0 | 0.19 | 0.28 | 0.2 | 20.69 | 0.36 | 0.69 |
| Hex | CC | A6 | 92 | 0 | 13 | 1C | 14 | 15 | 24 | 45 |
| Octal | 314 | 246 | 222 | 0 | 23 | 34 | 24 | 25 | 44 | 105 |
| Binary | 11001100 | 10100110 | 10010010 | 0 | 10011 | 11100 | 10100 | 10101 | 100100 | 1000101 |
Color Harmonies of #CCA692
Complementary color
Monochromatic Colors of #CCA692
Black with #CCA692
Text Example
Text Example
White with #CCA692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA692; }
p { color: rgb(204,166,146); }
H1.HeaderClassName
{
color: #CCA692;
}
.AnyTagClassName
{
color: #CCA692;
}
</style>
background-color css
<style>
a { background-color: #CCA692; }
a { background-color: rgb(204,166,146); }
div.DivClassName
{
background-color: #CCA692;
}
.BgClassName
{
background-color: #CCA692;
}
</style>
border-color css
<style>
span { border-color: #CCA692; }
span { border-color: rgb(204,166,146); }
td.TdClassName
{
border-color: #CCA692;
}
.TagClassName
{
border-color: #CCA692;
}
</style>