Shades of Rose #CCA18F
Tints of Rose #CCA18F
RGB
CMYK
RGB Variations
Color information
#CCA18F (or 0xCCA18F) is known color: Rose. HEX triplet: CC, A1 and 8F. RGB value is (204,161,143). Sum of RGB (Red+Green+Blue) = 204+161+143=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA18F is #335E70. Grayscale: #ABABAB. Windows color (decimal): -3366513 or 9413068. OLE color: 9413068.
HSL color Cylindrical-coordinate representation of color #CCA18F: hue angle of 17.7º 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 #CCA18F is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 143 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.2 |
| HSL | 17.7º | 0.37% | 0.68% | - |
| HSV(B) | 17.7º | 0.3% | 0.8% | - |
| XYZ | 42.6 | 40.31 | 31.52 | - |
| YUV | 171.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 143 | 0 | 0.21 | 0.30 | 0.2 | 17.7 | 0.37 | 0.68 |
| Hex | CC | A1 | 8F | 0 | 15 | 1E | 14 | 12 | 25 | 44 |
| Octal | 314 | 241 | 217 | 0 | 25 | 36 | 24 | 22 | 45 | 104 |
| Binary | 11001100 | 10100001 | 10001111 | 0 | 10101 | 11110 | 10100 | 10010 | 100101 | 1000100 |
Color Harmonies of #CCA18F
Complementary color
Monochromatic Colors of #CCA18F
Black with #CCA18F
Text Example
Text Example
White with #CCA18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA18F; }
p { color: rgb(204,161,143); }
H1.HeaderClassName
{
color: #CCA18F;
}
.AnyTagClassName
{
color: #CCA18F;
}
</style>
background-color css
<style>
a { background-color: #CCA18F; }
a { background-color: rgb(204,161,143); }
div.DivClassName
{
background-color: #CCA18F;
}
.BgClassName
{
background-color: #CCA18F;
}
</style>
border-color css
<style>
span { border-color: #CCA18F; }
span { border-color: rgb(204,161,143); }
td.TdClassName
{
border-color: #CCA18F;
}
.TagClassName
{
border-color: #CCA18F;
}
</style>