Shades of Mandy #CB6669
Tints of Mandy #CB6669
RGB
CMYK
RGB Variations
Color information
#CB6669 (or 0xCB6669) is known color: Mandy. HEX triplet: CB, 66 and 69. RGB value is (203,102,105). Sum of RGB (Red+Green+Blue) = 203+102+105=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6669 is #349996. Grayscale: #848484. Windows color (decimal): -3447191 or 6907595. OLE color: 6907595.
HSL color Cylindrical-coordinate representation of color #CB6669: hue angle of 358.22º 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 #CB6669 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 105 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.20 |
| HSL | 358.22º | 0.49% | 0.6% | - |
| HSV(B) | 358.22º | 0.5% | 0.8% | - |
| XYZ | 31.93 | 23.22 | 16.16 | - |
| YUV | 132.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 105 | 0 | 0.50 | 0.48 | 0.20 | 358.22 | 0.49 | 0.6 |
| Hex | CB | 66 | 69 | 0 | 32 | 30 | 14 | 166 | 31 | 3C |
| Octal | 313 | 146 | 151 | 0 | 62 | 60 | 24 | 546 | 61 | 74 |
| Binary | 11001011 | 1100110 | 1101001 | 0 | 110010 | 110000 | 10100 | 101100110 | 110001 | 111100 |
Color Harmonies of #CB6669
Complementary color
Monochromatic Colors of #CB6669
Black with #CB6669
Text Example
Text Example
White with #CB6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6669; }
p { color: rgb(203,102,105); }
H1.HeaderClassName
{
color: #CB6669;
}
.AnyTagClassName
{
color: #CB6669;
}
</style>
background-color css
<style>
a { background-color: #CB6669; }
a { background-color: rgb(203,102,105); }
div.DivClassName
{
background-color: #CB6669;
}
.BgClassName
{
background-color: #CB6669;
}
</style>
border-color css
<style>
span { border-color: #CB6669; }
span { border-color: rgb(203,102,105); }
td.TdClassName
{
border-color: #CB6669;
}
.TagClassName
{
border-color: #CB6669;
}
</style>