Shades of Charm #CC838A
Tints of Charm #CC838A
RGB
CMYK
RGB Variations
Color information
#CC838A (or 0xCC838A) is known color: Charm. HEX triplet: CC, 83 and 8A. RGB value is (204,131,138). Sum of RGB (Red+Green+Blue) = 204+131+138=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC838A is #337C75. Grayscale: #999999. Windows color (decimal): -3374198 or 9077708. OLE color: 9077708.
HSL color Cylindrical-coordinate representation of color #CC838A: hue angle of 354.25º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC838A is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 138 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.2 |
| HSL | 354.25º | 0.42% | 0.66% | - |
| HSV(B) | 354.25º | 0.36% | 0.8% | - |
| XYZ | 37.61 | 30.9 | 28.03 | - |
| YUV | 153.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 138 | 0 | 0.36 | 0.32 | 0.2 | 354.25 | 0.42 | 0.66 |
| Hex | CC | 83 | 8A | 0 | 24 | 20 | 14 | 162 | 2A | 42 |
| Octal | 314 | 203 | 212 | 0 | 44 | 40 | 24 | 542 | 52 | 102 |
| Binary | 11001100 | 10000011 | 10001010 | 0 | 100100 | 100000 | 10100 | 101100010 | 101010 | 1000010 |
Color Harmonies of #CC838A
Complementary color
Monochromatic Colors of #CC838A
Black with #CC838A
Text Example
Text Example
White with #CC838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC838A; }
p { color: rgb(204,131,138); }
H1.HeaderClassName
{
color: #CC838A;
}
.AnyTagClassName
{
color: #CC838A;
}
</style>
background-color css
<style>
a { background-color: #CC838A; }
a { background-color: rgb(204,131,138); }
div.DivClassName
{
background-color: #CC838A;
}
.BgClassName
{
background-color: #CC838A;
}
</style>
border-color css
<style>
span { border-color: #CC838A; }
span { border-color: rgb(204,131,138); }
td.TdClassName
{
border-color: #CC838A;
}
.TagClassName
{
border-color: #CC838A;
}
</style>