Shades of Mandy #CB6668
Tints of Mandy #CB6668
RGB
CMYK
RGB Variations
Color information
#CB6668 (or 0xCB6668) is known color: Mandy. HEX triplet: CB, 66 and 68. RGB value is (203,102,104). Sum of RGB (Red+Green+Blue) = 203+102+104=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6668 is #349997. Grayscale: #848484. Windows color (decimal): -3447192 or 6842059. OLE color: 6842059.
HSL color Cylindrical-coordinate representation of color #CB6668: hue angle of 358.81º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6668 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 104 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.20 |
| HSL | 358.81º | 0.49% | 0.6% | - |
| HSV(B) | 358.81º | 0.5% | 0.8% | - |
| XYZ | 31.88 | 23.2 | 15.89 | - |
| YUV | 132.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 104 | 0 | 0.50 | 0.49 | 0.20 | 358.81 | 0.49 | 0.6 |
| Hex | CB | 66 | 68 | 0 | 32 | 31 | 14 | 167 | 31 | 3C |
| Octal | 313 | 146 | 150 | 0 | 62 | 61 | 24 | 547 | 61 | 74 |
| Binary | 11001011 | 1100110 | 1101000 | 0 | 110010 | 110001 | 10100 | 101100111 | 110001 | 111100 |
Color Harmonies of #CB6668
Complementary color
Monochromatic Colors of #CB6668
Black with #CB6668
Text Example
Text Example
White with #CB6668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6668; }
p { color: rgb(203,102,104); }
H1.HeaderClassName
{
color: #CB6668;
}
.AnyTagClassName
{
color: #CB6668;
}
</style>
background-color css
<style>
a { background-color: #CB6668; }
a { background-color: rgb(203,102,104); }
div.DivClassName
{
background-color: #CB6668;
}
.BgClassName
{
background-color: #CB6668;
}
</style>
border-color css
<style>
span { border-color: #CB6668; }
span { border-color: rgb(203,102,104); }
td.TdClassName
{
border-color: #CB6668;
}
.TagClassName
{
border-color: #CB6668;
}
</style>