Shades of Charm #CB677E
Tints of Charm #CB677E
RGB
CMYK
RGB Variations
Color information
#CB677E (or 0xCB677E) is known color: Charm. HEX triplet: CB, 67 and 7E. RGB value is (203,103,126). Sum of RGB (Red+Green+Blue) = 203+103+126=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB677E is #349881. Grayscale: #878787. Windows color (decimal): -3446914 or 8284107. OLE color: 8284107.
HSL color Cylindrical-coordinate representation of color #CB677E: hue angle of 346.2º 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 #CB677E is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 126 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.20 |
| HSL | 346.2º | 0.49% | 0.6% | - |
| HSV(B) | 346.2º | 0.49% | 0.8% | - |
| XYZ | 33.24 | 23.9 | 22.6 | - |
| YUV | 135.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 126 | 0 | 0.49 | 0.38 | 0.20 | 346.2 | 0.49 | 0.6 |
| Hex | CB | 67 | 7E | 0 | 31 | 26 | 14 | 15A | 31 | 3C |
| Octal | 313 | 147 | 176 | 0 | 61 | 46 | 24 | 532 | 61 | 74 |
| Binary | 11001011 | 1100111 | 1111110 | 0 | 110001 | 100110 | 10100 | 101011010 | 110001 | 111100 |
Color Harmonies of #CB677E
Complementary color
Monochromatic Colors of #CB677E
Black with #CB677E
Text Example
Text Example
White with #CB677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB677E; }
p { color: rgb(203,103,126); }
H1.HeaderClassName
{
color: #CB677E;
}
.AnyTagClassName
{
color: #CB677E;
}
</style>
background-color css
<style>
a { background-color: #CB677E; }
a { background-color: rgb(203,103,126); }
div.DivClassName
{
background-color: #CB677E;
}
.BgClassName
{
background-color: #CB677E;
}
</style>
border-color css
<style>
span { border-color: #CB677E; }
span { border-color: rgb(203,103,126); }
td.TdClassName
{
border-color: #CB677E;
}
.TagClassName
{
border-color: #CB677E;
}
</style>