Shades of Rose #CCA28F
Tints of Rose #CCA28F
RGB
CMYK
RGB Variations
Color information
#CCA28F (or 0xCCA28F) is known color: Rose. HEX triplet: CC, A2 and 8F. RGB value is (204,162,143). Sum of RGB (Red+Green+Blue) = 204+162+143=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA28F is #335D70. Grayscale: #ACACAC. Windows color (decimal): -3366257 or 9413324. OLE color: 9413324.
HSL color Cylindrical-coordinate representation of color #CCA28F: hue angle of 18.69º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA28F is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 143 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.2 |
| HSL | 18.69º | 0.37% | 0.68% | - |
| HSV(B) | 18.69º | 0.3% | 0.8% | - |
| XYZ | 42.78 | 40.66 | 31.58 | - |
| YUV | 172.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 143 | 0 | 0.21 | 0.30 | 0.2 | 18.69 | 0.37 | 0.68 |
| Hex | CC | A2 | 8F | 0 | 15 | 1E | 14 | 13 | 25 | 44 |
| Octal | 314 | 242 | 217 | 0 | 25 | 36 | 24 | 23 | 45 | 104 |
| Binary | 11001100 | 10100010 | 10001111 | 0 | 10101 | 11110 | 10100 | 10011 | 100101 | 1000100 |
Color Harmonies of #CCA28F
Complementary color
Monochromatic Colors of #CCA28F
Black with #CCA28F
Text Example
Text Example
White with #CCA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA28F; }
p { color: rgb(204,162,143); }
H1.HeaderClassName
{
color: #CCA28F;
}
.AnyTagClassName
{
color: #CCA28F;
}
</style>
background-color css
<style>
a { background-color: #CCA28F; }
a { background-color: rgb(204,162,143); }
div.DivClassName
{
background-color: #CCA28F;
}
.BgClassName
{
background-color: #CCA28F;
}
</style>
border-color css
<style>
span { border-color: #CCA28F; }
span { border-color: rgb(204,162,143); }
td.TdClassName
{
border-color: #CCA28F;
}
.TagClassName
{
border-color: #CCA28F;
}
</style>