Shades of Sunglo #CB655D
Tints of Sunglo #CB655D
RGB
CMYK
RGB Variations
Color information
#CB655D (or 0xCB655D) is known color: Sunglo. HEX triplet: CB, 65 and 5D. RGB value is (203,101,93). Sum of RGB (Red+Green+Blue) = 203+101+93=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB655D is #349AA2. Grayscale: #828282. Windows color (decimal): -3447459 or 6120907. OLE color: 6120907.
HSL color Cylindrical-coordinate representation of color #CB655D: hue angle of 4.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB655D is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 93 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.20 |
| HSL | 4.36º | 0.51% | 0.58% | - |
| HSV(B) | 4.36º | 0.54% | 0.8% | - |
| XYZ | 31.26 | 22.79 | 13.11 | - |
| YUV | 130.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 93 | 0 | 0.50 | 0.54 | 0.20 | 4.36 | 0.51 | 0.58 |
| Hex | CB | 65 | 5D | 0 | 32 | 36 | 14 | 4 | 33 | 3A |
| Octal | 313 | 145 | 135 | 0 | 62 | 66 | 24 | 4 | 63 | 72 |
| Binary | 11001011 | 1100101 | 1011101 | 0 | 110010 | 110110 | 10100 | 100 | 110011 | 111010 |
Color Harmonies of #CB655D
Complementary color
Monochromatic Colors of #CB655D
Black with #CB655D
Text Example
Text Example
White with #CB655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB655D; }
p { color: rgb(203,101,93); }
H1.HeaderClassName
{
color: #CB655D;
}
.AnyTagClassName
{
color: #CB655D;
}
</style>
background-color css
<style>
a { background-color: #CB655D; }
a { background-color: rgb(203,101,93); }
div.DivClassName
{
background-color: #CB655D;
}
.BgClassName
{
background-color: #CB655D;
}
</style>
border-color css
<style>
span { border-color: #CB655D; }
span { border-color: rgb(203,101,93); }
td.TdClassName
{
border-color: #CB655D;
}
.TagClassName
{
border-color: #CB655D;
}
</style>