Shades of Charm #CC6B85
Tints of Charm #CC6B85
RGB
CMYK
RGB Variations
Color information
#CC6B85 (or 0xCC6B85) is known color: Charm. HEX triplet: CC, 6B and 85. RGB value is (204,107,133). Sum of RGB (Red+Green+Blue) = 204+107+133=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6B85 is #33947A. Grayscale: #8A8A8A. Windows color (decimal): -3380347 or 8743884. OLE color: 8743884.
HSL color Cylindrical-coordinate representation of color #CC6B85: hue angle of 343.92º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6B85 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 133 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.2 |
| HSL | 343.92º | 0.49% | 0.61% | - |
| HSV(B) | 343.92º | 0.48% | 0.8% | - |
| XYZ | 34.39 | 25.05 | 25.21 | - |
| YUV | 138.97 | 124.64 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 133 | 0 | 0.48 | 0.35 | 0.2 | 343.92 | 0.49 | 0.61 |
| Hex | CC | 6B | 85 | 0 | 30 | 23 | 14 | 158 | 31 | 3D |
| Octal | 314 | 153 | 205 | 0 | 60 | 43 | 24 | 530 | 61 | 75 |
| Binary | 11001100 | 1101011 | 10000101 | 0 | 110000 | 100011 | 10100 | 101011000 | 110001 | 111101 |
Color Harmonies of #CC6B85
Complementary color
Monochromatic Colors of #CC6B85
Black with #CC6B85
Text Example
Text Example
White with #CC6B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B85; }
p { color: rgb(204,107,133); }
H1.HeaderClassName
{
color: #CC6B85;
}
.AnyTagClassName
{
color: #CC6B85;
}
</style>
background-color css
<style>
a { background-color: #CC6B85; }
a { background-color: rgb(204,107,133); }
div.DivClassName
{
background-color: #CC6B85;
}
.BgClassName
{
background-color: #CC6B85;
}
</style>
border-color css
<style>
span { border-color: #CC6B85; }
span { border-color: rgb(204,107,133); }
td.TdClassName
{
border-color: #CC6B85;
}
.TagClassName
{
border-color: #CC6B85;
}
</style>