Shades of Red Damask #CB654B
Tints of Red Damask #CB654B
RGB
CMYK
RGB Variations
Color information
#CB654B (or 0xCB654B) is known color: Red Damask. HEX triplet: CB, 65 and 4B. RGB value is (203,101,75). Sum of RGB (Red+Green+Blue) = 203+101+75=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB654B is #349AB4. Grayscale: #808080. Windows color (decimal): -3447477 or 4941259. OLE color: 4941259.
HSL color Cylindrical-coordinate representation of color #CB654B: hue angle of 12.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB654B is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 75 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.20 |
| HSL | 12.19º | 0.55% | 0.55% | - |
| HSV(B) | 12.19º | 0.63% | 0.8% | - |
| XYZ | 30.55 | 22.51 | 9.39 | - |
| YUV | 128.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 75 | 0 | 0.50 | 0.63 | 0.20 | 12.19 | 0.55 | 0.55 |
| Hex | CB | 65 | 4B | 0 | 32 | 3F | 14 | C | 37 | 37 |
| Octal | 313 | 145 | 113 | 0 | 62 | 77 | 24 | 14 | 67 | 67 |
| Binary | 11001011 | 1100101 | 1001011 | 0 | 110010 | 111111 | 10100 | 1100 | 110111 | 110111 |
Color Harmonies of #CB654B
Complementary color
Monochromatic Colors of #CB654B
Black with #CB654B
Text Example
Text Example
White with #CB654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB654B; }
p { color: rgb(203,101,75); }
H1.HeaderClassName
{
color: #CB654B;
}
.AnyTagClassName
{
color: #CB654B;
}
</style>
background-color css
<style>
a { background-color: #CB654B; }
a { background-color: rgb(203,101,75); }
div.DivClassName
{
background-color: #CB654B;
}
.BgClassName
{
background-color: #CB654B;
}
</style>
border-color css
<style>
span { border-color: #CB654B; }
span { border-color: rgb(203,101,75); }
td.TdClassName
{
border-color: #CB654B;
}
.TagClassName
{
border-color: #CB654B;
}
</style>