Shades of Charm #C9667F
Tints of Charm #C9667F
RGB
CMYK
RGB Variations
Color information
#C9667F (or 0xC9667F) is known color: Charm. HEX triplet: C9, 66 and 7F. RGB value is (201,102,127). Sum of RGB (Red+Green+Blue) = 201+102+127=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9667F is #369980. Grayscale: #868686. Windows color (decimal): -3578241 or 8349385. OLE color: 8349385.
HSL color Cylindrical-coordinate representation of color #C9667F: hue angle of 344.85º 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 #C9667F is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 127 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.21 |
| HSL | 344.85º | 0.48% | 0.59% | - |
| HSV(B) | 344.85º | 0.49% | 0.79% | - |
| XYZ | 32.67 | 23.45 | 22.88 | - |
| YUV | 134.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 127 | 0 | 0.49 | 0.37 | 0.21 | 344.85 | 0.48 | 0.59 |
| Hex | C9 | 66 | 7F | 0 | 31 | 25 | 15 | 159 | 30 | 3B |
| Octal | 311 | 146 | 177 | 0 | 61 | 45 | 25 | 531 | 60 | 73 |
| Binary | 11001001 | 1100110 | 1111111 | 0 | 110001 | 100101 | 10101 | 101011001 | 110000 | 111011 |
Color Harmonies of #C9667F
Complementary color
Monochromatic Colors of #C9667F
Black with #C9667F
Text Example
Text Example
White with #C9667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9667F; }
p { color: rgb(201,102,127); }
H1.HeaderClassName
{
color: #C9667F;
}
.AnyTagClassName
{
color: #C9667F;
}
</style>
background-color css
<style>
a { background-color: #C9667F; }
a { background-color: rgb(201,102,127); }
div.DivClassName
{
background-color: #C9667F;
}
.BgClassName
{
background-color: #C9667F;
}
</style>
border-color css
<style>
span { border-color: #C9667F; }
span { border-color: rgb(201,102,127); }
td.TdClassName
{
border-color: #C9667F;
}
.TagClassName
{
border-color: #C9667F;
}
</style>