Shades of Sunglo #CB6351
Tints of Sunglo #CB6351
RGB
CMYK
RGB Variations
Color information
#CB6351 (or 0xCB6351) is known color: Sunglo. HEX triplet: CB, 63 and 51. RGB value is (203,99,81). Sum of RGB (Red+Green+Blue) = 203+99+81=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6351 is #349CAE. Grayscale: #808080. Windows color (decimal): -3447983 or 5333963. OLE color: 5333963.
HSL color Cylindrical-coordinate representation of color #CB6351: hue angle of 8.85º 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 #CB6351 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 81 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.20 |
| HSL | 8.85º | 0.54% | 0.56% | - |
| HSV(B) | 8.85º | 0.6% | 0.8% | - |
| XYZ | 30.58 | 22.21 | 10.46 | - |
| YUV | 128.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 81 | 0 | 0.51 | 0.60 | 0.20 | 8.85 | 0.54 | 0.56 |
| Hex | CB | 63 | 51 | 0 | 33 | 3C | 14 | 9 | 36 | 38 |
| Octal | 313 | 143 | 121 | 0 | 63 | 74 | 24 | 11 | 66 | 70 |
| Binary | 11001011 | 1100011 | 1010001 | 0 | 110011 | 111100 | 10100 | 1001 | 110110 | 111000 |
Color Harmonies of #CB6351
Complementary color
Monochromatic Colors of #CB6351
Black with #CB6351
Text Example
Text Example
White with #CB6351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6351; }
p { color: rgb(203,99,81); }
H1.HeaderClassName
{
color: #CB6351;
}
.AnyTagClassName
{
color: #CB6351;
}
</style>
background-color css
<style>
a { background-color: #CB6351; }
a { background-color: rgb(203,99,81); }
div.DivClassName
{
background-color: #CB6351;
}
.BgClassName
{
background-color: #CB6351;
}
</style>
border-color css
<style>
span { border-color: #CB6351; }
span { border-color: rgb(203,99,81); }
td.TdClassName
{
border-color: #CB6351;
}
.TagClassName
{
border-color: #CB6351;
}
</style>