Shades of Sunglo #CB6352
Tints of Sunglo #CB6352
RGB
CMYK
RGB Variations
Color information
#CB6352 (or 0xCB6352) is known color: Sunglo. HEX triplet: CB, 63 and 52. RGB value is (203,99,82). Sum of RGB (Red+Green+Blue) = 203+99+82=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6352 is #349CAD. Grayscale: #808080. Windows color (decimal): -3447982 or 5399499. OLE color: 5399499.
HSL color Cylindrical-coordinate representation of color #CB6352: hue angle of 8.43º 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 #CB6352 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 82 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.20 |
| HSL | 8.43º | 0.54% | 0.56% | - |
| HSV(B) | 8.43º | 0.6% | 0.8% | - |
| XYZ | 30.61 | 22.23 | 10.66 | - |
| YUV | 128.16 | 101.96 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 82 | 0 | 0.51 | 0.60 | 0.20 | 8.43 | 0.54 | 0.56 |
| Hex | CB | 63 | 52 | 0 | 33 | 3C | 14 | 8 | 36 | 38 |
| Octal | 313 | 143 | 122 | 0 | 63 | 74 | 24 | 10 | 66 | 70 |
| Binary | 11001011 | 1100011 | 1010010 | 0 | 110011 | 111100 | 10100 | 1000 | 110110 | 111000 |
Color Harmonies of #CB6352
Complementary color
Monochromatic Colors of #CB6352
Black with #CB6352
Text Example
Text Example
White with #CB6352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6352; }
p { color: rgb(203,99,82); }
H1.HeaderClassName
{
color: #CB6352;
}
.AnyTagClassName
{
color: #CB6352;
}
</style>
background-color css
<style>
a { background-color: #CB6352; }
a { background-color: rgb(203,99,82); }
div.DivClassName
{
background-color: #CB6352;
}
.BgClassName
{
background-color: #CB6352;
}
</style>
border-color css
<style>
span { border-color: #CB6352; }
span { border-color: rgb(203,99,82); }
td.TdClassName
{
border-color: #CB6352;
}
.TagClassName
{
border-color: #CB6352;
}
</style>