Shades of Charm #CA667D
Tints of Charm #CA667D
RGB
CMYK
RGB Variations
Color information
#CA667D (or 0xCA667D) is known color: Charm. HEX triplet: CA, 66 and 7D. RGB value is (202,102,125). Sum of RGB (Red+Green+Blue) = 202+102+125=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA667D is #359982. Grayscale: #868686. Windows color (decimal): -3512707 or 8218314. OLE color: 8218314.
HSL color Cylindrical-coordinate representation of color #CA667D: hue angle of 346.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA667D is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 125 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.21 |
| HSL | 346.2º | 0.49% | 0.6% | - |
| HSV(B) | 346.2º | 0.5% | 0.79% | - |
| XYZ | 32.81 | 23.54 | 22.22 | - |
| YUV | 134.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 125 | 0 | 0.50 | 0.38 | 0.21 | 346.2 | 0.49 | 0.6 |
| Hex | CA | 66 | 7D | 0 | 32 | 26 | 15 | 15A | 31 | 3C |
| Octal | 312 | 146 | 175 | 0 | 62 | 46 | 25 | 532 | 61 | 74 |
| Binary | 11001010 | 1100110 | 1111101 | 0 | 110010 | 100110 | 10101 | 101011010 | 110001 | 111100 |
Color Harmonies of #CA667D
Complementary color
Monochromatic Colors of #CA667D
Black with #CA667D
Text Example
Text Example
White with #CA667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA667D; }
p { color: rgb(202,102,125); }
H1.HeaderClassName
{
color: #CA667D;
}
.AnyTagClassName
{
color: #CA667D;
}
</style>
background-color css
<style>
a { background-color: #CA667D; }
a { background-color: rgb(202,102,125); }
div.DivClassName
{
background-color: #CA667D;
}
.BgClassName
{
background-color: #CA667D;
}
</style>
border-color css
<style>
span { border-color: #CA667D; }
span { border-color: rgb(202,102,125); }
td.TdClassName
{
border-color: #CA667D;
}
.TagClassName
{
border-color: #CA667D;
}
</style>