Shades of Sunglo #CB6851
Tints of Sunglo #CB6851
RGB
CMYK
RGB Variations
Color information
#CB6851 (or 0xCB6851) is known color: Sunglo. HEX triplet: CB, 68 and 51. RGB value is (203,104,81). Sum of RGB (Red+Green+Blue) = 203+104+81=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6851 is #3497AE. Grayscale: #838383. Windows color (decimal): -3446703 or 5335243. OLE color: 5335243.
HSL color Cylindrical-coordinate representation of color #CB6851: hue angle of 11.31º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB6851 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 81 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.20 |
| HSL | 11.31º | 0.54% | 0.56% | - |
| HSV(B) | 11.31º | 0.6% | 0.8% | - |
| XYZ | 31.06 | 23.19 | 10.62 | - |
| YUV | 130.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 81 | 0 | 0.49 | 0.60 | 0.20 | 11.31 | 0.54 | 0.56 |
| Hex | CB | 68 | 51 | 0 | 31 | 3C | 14 | B | 36 | 38 |
| Octal | 313 | 150 | 121 | 0 | 61 | 74 | 24 | 13 | 66 | 70 |
| Binary | 11001011 | 1101000 | 1010001 | 0 | 110001 | 111100 | 10100 | 1011 | 110110 | 111000 |
Color Harmonies of #CB6851
Complementary color
Monochromatic Colors of #CB6851
Black with #CB6851
Text Example
Text Example
White with #CB6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6851; }
p { color: rgb(203,104,81); }
H1.HeaderClassName
{
color: #CB6851;
}
.AnyTagClassName
{
color: #CB6851;
}
</style>
background-color css
<style>
a { background-color: #CB6851; }
a { background-color: rgb(203,104,81); }
div.DivClassName
{
background-color: #CB6851;
}
.BgClassName
{
background-color: #CB6851;
}
</style>
border-color css
<style>
span { border-color: #CB6851; }
span { border-color: rgb(203,104,81); }
td.TdClassName
{
border-color: #CB6851;
}
.TagClassName
{
border-color: #CB6851;
}
</style>