Shades of Charm #CB677B
Tints of Charm #CB677B
RGB
CMYK
RGB Variations
Color information
#CB677B (or 0xCB677B) is known color: Charm. HEX triplet: CB, 67 and 7B. RGB value is (203,103,123). Sum of RGB (Red+Green+Blue) = 203+103+123=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB677B is #349884. Grayscale: #878787. Windows color (decimal): -3446917 or 8087499. OLE color: 8087499.
HSL color Cylindrical-coordinate representation of color #CB677B: hue angle of 348º 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 #CB677B is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 123 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.20 |
| HSL | 348º | 0.49% | 0.6% | - |
| HSV(B) | 348º | 0.49% | 0.8% | - |
| XYZ | 33.05 | 23.83 | 21.6 | - |
| YUV | 135.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 123 | 0 | 0.49 | 0.39 | 0.20 | 348 | 0.49 | 0.6 |
| Hex | CB | 67 | 7B | 0 | 31 | 27 | 14 | 15C | 31 | 3C |
| Octal | 313 | 147 | 173 | 0 | 61 | 47 | 24 | 534 | 61 | 74 |
| Binary | 11001011 | 1100111 | 1111011 | 0 | 110001 | 100111 | 10100 | 101011100 | 110001 | 111100 |
Color Harmonies of #CB677B
Complementary color
Monochromatic Colors of #CB677B
Black with #CB677B
Text Example
Text Example
White with #CB677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB677B; }
p { color: rgb(203,103,123); }
H1.HeaderClassName
{
color: #CB677B;
}
.AnyTagClassName
{
color: #CB677B;
}
</style>
background-color css
<style>
a { background-color: #CB677B; }
a { background-color: rgb(203,103,123); }
div.DivClassName
{
background-color: #CB677B;
}
.BgClassName
{
background-color: #CB677B;
}
</style>
border-color css
<style>
span { border-color: #CB677B; }
span { border-color: rgb(203,103,123); }
td.TdClassName
{
border-color: #CB677B;
}
.TagClassName
{
border-color: #CB677B;
}
</style>