Shades of Rose #CCA38F
Tints of Rose #CCA38F
RGB
CMYK
RGB Variations
Color information
#CCA38F (or 0xCCA38F) is known color: Rose. HEX triplet: CC, A3 and 8F. RGB value is (204,163,143). Sum of RGB (Red+Green+Blue) = 204+163+143=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA38F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA38F is #335C70. Grayscale: #ADADAD. Windows color (decimal): -3366001 or 9413580. OLE color: 9413580.
HSL color Cylindrical-coordinate representation of color #CCA38F: hue angle of 19.67º 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 #CCA38F is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 143 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.2 |
| HSL | 19.67º | 0.37% | 0.68% | - |
| HSV(B) | 19.67º | 0.3% | 0.8% | - |
| XYZ | 42.96 | 41.01 | 31.64 | - |
| YUV | 172.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 143 | 0 | 0.20 | 0.30 | 0.2 | 19.67 | 0.37 | 0.68 |
| Hex | CC | A3 | 8F | 0 | 14 | 1E | 14 | 14 | 25 | 44 |
| Octal | 314 | 243 | 217 | 0 | 24 | 36 | 24 | 24 | 45 | 104 |
| Binary | 11001100 | 10100011 | 10001111 | 0 | 10100 | 11110 | 10100 | 10100 | 100101 | 1000100 |
Color Harmonies of #CCA38F
Complementary color
Monochromatic Colors of #CCA38F
Black with #CCA38F
Text Example
Text Example
White with #CCA38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA38F; }
p { color: rgb(204,163,143); }
H1.HeaderClassName
{
color: #CCA38F;
}
.AnyTagClassName
{
color: #CCA38F;
}
</style>
background-color css
<style>
a { background-color: #CCA38F; }
a { background-color: rgb(204,163,143); }
div.DivClassName
{
background-color: #CCA38F;
}
.BgClassName
{
background-color: #CCA38F;
}
</style>
border-color css
<style>
span { border-color: #CCA38F; }
span { border-color: rgb(204,163,143); }
td.TdClassName
{
border-color: #CCA38F;
}
.TagClassName
{
border-color: #CCA38F;
}
</style>