Shades of Rose #CCA08F
Tints of Rose #CCA08F
RGB
CMYK
RGB Variations
Color information
#CCA08F (or 0xCCA08F) is known color: Rose. HEX triplet: CC, A0 and 8F. RGB value is (204,160,143). Sum of RGB (Red+Green+Blue) = 204+160+143=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA08F is #335F70. Grayscale: #ABABAB. Windows color (decimal): -3366769 or 9412812. OLE color: 9412812.
HSL color Cylindrical-coordinate representation of color #CCA08F: hue angle of 16.72º 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 #CCA08F is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 143 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.2 |
| HSL | 16.72º | 0.37% | 0.68% | - |
| HSV(B) | 16.72º | 0.3% | 0.8% | - |
| XYZ | 42.43 | 39.96 | 31.46 | - |
| YUV | 171.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 143 | 0 | 0.22 | 0.30 | 0.2 | 16.72 | 0.37 | 0.68 |
| Hex | CC | A0 | 8F | 0 | 16 | 1E | 14 | 11 | 25 | 44 |
| Octal | 314 | 240 | 217 | 0 | 26 | 36 | 24 | 21 | 45 | 104 |
| Binary | 11001100 | 10100000 | 10001111 | 0 | 10110 | 11110 | 10100 | 10001 | 100101 | 1000100 |
Color Harmonies of #CCA08F
Complementary color
Monochromatic Colors of #CCA08F
Black with #CCA08F
Text Example
Text Example
White with #CCA08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA08F; }
p { color: rgb(204,160,143); }
H1.HeaderClassName
{
color: #CCA08F;
}
.AnyTagClassName
{
color: #CCA08F;
}
</style>
background-color css
<style>
a { background-color: #CCA08F; }
a { background-color: rgb(204,160,143); }
div.DivClassName
{
background-color: #CCA08F;
}
.BgClassName
{
background-color: #CCA08F;
}
</style>
border-color css
<style>
span { border-color: #CCA08F; }
span { border-color: rgb(204,160,143); }
td.TdClassName
{
border-color: #CCA08F;
}
.TagClassName
{
border-color: #CCA08F;
}
</style>