Shades of Charm #C9667D
Tints of Charm #C9667D
RGB
CMYK
RGB Variations
Color information
#C9667D (or 0xC9667D) is known color: Charm. HEX triplet: C9, 66 and 7D. RGB value is (201,102,125). Sum of RGB (Red+Green+Blue) = 201+102+125=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9667D is #369982. Grayscale: #868686. Windows color (decimal): -3578243 or 8218313. OLE color: 8218313.
HSL color Cylindrical-coordinate representation of color #C9667D: hue angle of 346.06º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9667D is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 125 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.21 |
| HSL | 346.06º | 0.48% | 0.59% | - |
| HSV(B) | 346.06º | 0.49% | 0.79% | - |
| XYZ | 32.54 | 23.4 | 22.2 | - |
| YUV | 134.22 | 122.8 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 125 | 0 | 0.49 | 0.38 | 0.21 | 346.06 | 0.48 | 0.59 |
| Hex | C9 | 66 | 7D | 0 | 31 | 26 | 15 | 15A | 30 | 3B |
| Octal | 311 | 146 | 175 | 0 | 61 | 46 | 25 | 532 | 60 | 73 |
| Binary | 11001001 | 1100110 | 1111101 | 0 | 110001 | 100110 | 10101 | 101011010 | 110000 | 111011 |
Color Harmonies of #C9667D
Complementary color
Monochromatic Colors of #C9667D
Black with #C9667D
Text Example
Text Example
White with #C9667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9667D; }
p { color: rgb(201,102,125); }
H1.HeaderClassName
{
color: #C9667D;
}
.AnyTagClassName
{
color: #C9667D;
}
</style>
background-color css
<style>
a { background-color: #C9667D; }
a { background-color: rgb(201,102,125); }
div.DivClassName
{
background-color: #C9667D;
}
.BgClassName
{
background-color: #C9667D;
}
</style>
border-color css
<style>
span { border-color: #C9667D; }
span { border-color: rgb(201,102,125); }
td.TdClassName
{
border-color: #C9667D;
}
.TagClassName
{
border-color: #C9667D;
}
</style>