Shades of Charm #CB677A
Tints of Charm #CB677A
RGB
CMYK
RGB Variations
Color information
#CB677A (or 0xCB677A) is known color: Charm. HEX triplet: CB, 67 and 7A. RGB value is (203,103,122). Sum of RGB (Red+Green+Blue) = 203+103+122=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB677A is #349885. Grayscale: #878787. Windows color (decimal): -3446918 or 8021963. OLE color: 8021963.
HSL color Cylindrical-coordinate representation of color #CB677A: hue angle of 348.6º 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 #CB677A is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 122 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.20 |
| HSL | 348.6º | 0.49% | 0.6% | - |
| HSV(B) | 348.6º | 0.49% | 0.8% | - |
| XYZ | 32.99 | 23.8 | 21.27 | - |
| YUV | 135.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 122 | 0 | 0.49 | 0.40 | 0.20 | 348.6 | 0.49 | 0.6 |
| Hex | CB | 67 | 7A | 0 | 31 | 28 | 14 | 15D | 31 | 3C |
| Octal | 313 | 147 | 172 | 0 | 61 | 50 | 24 | 535 | 61 | 74 |
| Binary | 11001011 | 1100111 | 1111010 | 0 | 110001 | 101000 | 10100 | 101011101 | 110001 | 111100 |
Color Harmonies of #CB677A
Complementary color
Monochromatic Colors of #CB677A
Black with #CB677A
Text Example
Text Example
White with #CB677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB677A; }
p { color: rgb(203,103,122); }
H1.HeaderClassName
{
color: #CB677A;
}
.AnyTagClassName
{
color: #CB677A;
}
</style>
background-color css
<style>
a { background-color: #CB677A; }
a { background-color: rgb(203,103,122); }
div.DivClassName
{
background-color: #CB677A;
}
.BgClassName
{
background-color: #CB677A;
}
</style>
border-color css
<style>
span { border-color: #CB677A; }
span { border-color: rgb(203,103,122); }
td.TdClassName
{
border-color: #CB677A;
}
.TagClassName
{
border-color: #CB677A;
}
</style>