Shades of Charm #CC6B77
Tints of Charm #CC6B77
RGB
CMYK
RGB Variations
Color information
#CC6B77 (or 0xCC6B77) is known color: Charm. HEX triplet: CC, 6B and 77. RGB value is (204,107,119). Sum of RGB (Red+Green+Blue) = 204+107+119=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6B77 is #339488. Grayscale: #898989. Windows color (decimal): -3380361 or 7826380. OLE color: 7826380.
HSL color Cylindrical-coordinate representation of color #CC6B77: hue angle of 352.58º 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 #CC6B77 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 119 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.2 |
| HSL | 352.58º | 0.49% | 0.61% | - |
| HSV(B) | 352.58º | 0.48% | 0.8% | - |
| XYZ | 33.49 | 24.68 | 20.45 | - |
| YUV | 137.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 119 | 0 | 0.48 | 0.42 | 0.2 | 352.58 | 0.49 | 0.61 |
| Hex | CC | 6B | 77 | 0 | 30 | 2A | 14 | 161 | 31 | 3D |
| Octal | 314 | 153 | 167 | 0 | 60 | 52 | 24 | 541 | 61 | 75 |
| Binary | 11001100 | 1101011 | 1110111 | 0 | 110000 | 101010 | 10100 | 101100001 | 110001 | 111101 |
Color Harmonies of #CC6B77
Complementary color
Monochromatic Colors of #CC6B77
Black with #CC6B77
Text Example
Text Example
White with #CC6B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B77; }
p { color: rgb(204,107,119); }
H1.HeaderClassName
{
color: #CC6B77;
}
.AnyTagClassName
{
color: #CC6B77;
}
</style>
background-color css
<style>
a { background-color: #CC6B77; }
a { background-color: rgb(204,107,119); }
div.DivClassName
{
background-color: #CC6B77;
}
.BgClassName
{
background-color: #CC6B77;
}
</style>
border-color css
<style>
span { border-color: #CC6B77; }
span { border-color: rgb(204,107,119); }
td.TdClassName
{
border-color: #CC6B77;
}
.TagClassName
{
border-color: #CC6B77;
}
</style>