Shades of Mandy #CB6769
Tints of Mandy #CB6769
RGB
CMYK
RGB Variations
Color information
#CB6769 (or 0xCB6769) is known color: Mandy. HEX triplet: CB, 67 and 69. RGB value is (203,103,105). Sum of RGB (Red+Green+Blue) = 203+103+105=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6769 is #349896. Grayscale: #858585. Windows color (decimal): -3446935 or 6907851. OLE color: 6907851.
HSL color Cylindrical-coordinate representation of color #CB6769: hue angle of 358.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6769 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 105 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.20 |
| HSL | 358.8º | 0.49% | 0.6% | - |
| HSV(B) | 358.8º | 0.49% | 0.8% | - |
| XYZ | 32.03 | 23.42 | 16.2 | - |
| YUV | 133.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 105 | 0 | 0.49 | 0.48 | 0.20 | 358.8 | 0.49 | 0.6 |
| Hex | CB | 67 | 69 | 0 | 31 | 30 | 14 | 167 | 31 | 3C |
| Octal | 313 | 147 | 151 | 0 | 61 | 60 | 24 | 547 | 61 | 74 |
| Binary | 11001011 | 1100111 | 1101001 | 0 | 110001 | 110000 | 10100 | 101100111 | 110001 | 111100 |
Color Harmonies of #CB6769
Complementary color
Monochromatic Colors of #CB6769
Black with #CB6769
Text Example
Text Example
White with #CB6769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6769; }
p { color: rgb(203,103,105); }
H1.HeaderClassName
{
color: #CB6769;
}
.AnyTagClassName
{
color: #CB6769;
}
</style>
background-color css
<style>
a { background-color: #CB6769; }
a { background-color: rgb(203,103,105); }
div.DivClassName
{
background-color: #CB6769;
}
.BgClassName
{
background-color: #CB6769;
}
</style>
border-color css
<style>
span { border-color: #CB6769; }
span { border-color: rgb(203,103,105); }
td.TdClassName
{
border-color: #CB6769;
}
.TagClassName
{
border-color: #CB6769;
}
</style>