Shades of Charm #CC828A
Tints of Charm #CC828A
RGB
CMYK
RGB Variations
Color information
#CC828A (or 0xCC828A) is known color: Charm. HEX triplet: CC, 82 and 8A. RGB value is (204,130,138). Sum of RGB (Red+Green+Blue) = 204+130+138=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC828A is #337D75. Grayscale: #999999. Windows color (decimal): -3374454 or 9077452. OLE color: 9077452.
HSL color Cylindrical-coordinate representation of color #CC828A: hue angle of 353.51º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC828A is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 138 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.2 |
| HSL | 353.51º | 0.42% | 0.65% | - |
| HSV(B) | 353.51º | 0.36% | 0.8% | - |
| XYZ | 37.47 | 30.64 | 27.98 | - |
| YUV | 153.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 138 | 0 | 0.36 | 0.32 | 0.2 | 353.51 | 0.42 | 0.65 |
| Hex | CC | 82 | 8A | 0 | 24 | 20 | 14 | 162 | 2A | 41 |
| Octal | 314 | 202 | 212 | 0 | 44 | 40 | 24 | 542 | 52 | 101 |
| Binary | 11001100 | 10000010 | 10001010 | 0 | 100100 | 100000 | 10100 | 101100010 | 101010 | 1000001 |
Color Harmonies of #CC828A
Complementary color
Monochromatic Colors of #CC828A
Black with #CC828A
Text Example
Text Example
White with #CC828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC828A; }
p { color: rgb(204,130,138); }
H1.HeaderClassName
{
color: #CC828A;
}
.AnyTagClassName
{
color: #CC828A;
}
</style>
background-color css
<style>
a { background-color: #CC828A; }
a { background-color: rgb(204,130,138); }
div.DivClassName
{
background-color: #CC828A;
}
.BgClassName
{
background-color: #CC828A;
}
</style>
border-color css
<style>
span { border-color: #CC828A; }
span { border-color: rgb(204,130,138); }
td.TdClassName
{
border-color: #CC828A;
}
.TagClassName
{
border-color: #CC828A;
}
</style>