Shades of Charm #CC7683
Tints of Charm #CC7683
RGB
CMYK
RGB Variations
Color information
#CC7683 (or 0xCC7683) is known color: Charm. HEX triplet: CC, 76 and 83. RGB value is (204,118,131). Sum of RGB (Red+Green+Blue) = 204+118+131=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7683 is #33897C. Grayscale: #919191. Windows color (decimal): -3377533 or 8615628. OLE color: 8615628.
HSL color Cylindrical-coordinate representation of color #CC7683: hue angle of 350.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7683 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 131 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.2 |
| HSL | 350.93º | 0.46% | 0.63% | - |
| HSV(B) | 350.93º | 0.42% | 0.8% | - |
| XYZ | 35.48 | 27.43 | 24.9 | - |
| YUV | 145.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 131 | 0 | 0.42 | 0.36 | 0.2 | 350.93 | 0.46 | 0.63 |
| Hex | CC | 76 | 83 | 0 | 2A | 24 | 14 | 15F | 2E | 3F |
| Octal | 314 | 166 | 203 | 0 | 52 | 44 | 24 | 537 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10000011 | 0 | 101010 | 100100 | 10100 | 101011111 | 101110 | 111111 |
Color Harmonies of #CC7683
Complementary color
Monochromatic Colors of #CC7683
Black with #CC7683
Text Example
Text Example
White with #CC7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7683; }
p { color: rgb(204,118,131); }
H1.HeaderClassName
{
color: #CC7683;
}
.AnyTagClassName
{
color: #CC7683;
}
</style>
background-color css
<style>
a { background-color: #CC7683; }
a { background-color: rgb(204,118,131); }
div.DivClassName
{
background-color: #CC7683;
}
.BgClassName
{
background-color: #CC7683;
}
</style>
border-color css
<style>
span { border-color: #CC7683; }
span { border-color: rgb(204,118,131); }
td.TdClassName
{
border-color: #CC7683;
}
.TagClassName
{
border-color: #CC7683;
}
</style>