Shades of Sunglo #CB6651
Tints of Sunglo #CB6651
RGB
CMYK
RGB Variations
Color information
#CB6651 (or 0xCB6651) is known color: Sunglo. HEX triplet: CB, 66 and 51. RGB value is (203,102,81). Sum of RGB (Red+Green+Blue) = 203+102+81=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6651 is #3499AE. Grayscale: #818181. Windows color (decimal): -3447215 or 5334731. OLE color: 5334731.
HSL color Cylindrical-coordinate representation of color #CB6651: hue angle of 10.33º 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 #CB6651 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 81 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.20 |
| HSL | 10.33º | 0.54% | 0.56% | - |
| HSV(B) | 10.33º | 0.6% | 0.8% | - |
| XYZ | 30.87 | 22.79 | 10.56 | - |
| YUV | 129.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 81 | 0 | 0.50 | 0.60 | 0.20 | 10.33 | 0.54 | 0.56 |
| Hex | CB | 66 | 51 | 0 | 32 | 3C | 14 | A | 36 | 38 |
| Octal | 313 | 146 | 121 | 0 | 62 | 74 | 24 | 12 | 66 | 70 |
| Binary | 11001011 | 1100110 | 1010001 | 0 | 110010 | 111100 | 10100 | 1010 | 110110 | 111000 |
Color Harmonies of #CB6651
Complementary color
Monochromatic Colors of #CB6651
Black with #CB6651
Text Example
Text Example
White with #CB6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6651; }
p { color: rgb(203,102,81); }
H1.HeaderClassName
{
color: #CB6651;
}
.AnyTagClassName
{
color: #CB6651;
}
</style>
background-color css
<style>
a { background-color: #CB6651; }
a { background-color: rgb(203,102,81); }
div.DivClassName
{
background-color: #CB6651;
}
.BgClassName
{
background-color: #CB6651;
}
</style>
border-color css
<style>
span { border-color: #CB6651; }
span { border-color: rgb(203,102,81); }
td.TdClassName
{
border-color: #CB6651;
}
.TagClassName
{
border-color: #CB6651;
}
</style>