Shades of Sunglo #CB6752
Tints of Sunglo #CB6752
RGB
CMYK
RGB Variations
Color information
#CB6752 (or 0xCB6752) is known color: Sunglo. HEX triplet: CB, 67 and 52. RGB value is (203,103,82). Sum of RGB (Red+Green+Blue) = 203+103+82=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6752 is #3498AD. Grayscale: #828282. Windows color (decimal): -3446958 or 5400523. OLE color: 5400523.
HSL color Cylindrical-coordinate representation of color #CB6752: hue angle of 10.41º 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 #CB6752 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 82 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.20 |
| HSL | 10.41º | 0.54% | 0.56% | - |
| HSV(B) | 10.41º | 0.6% | 0.8% | - |
| XYZ | 31 | 23.01 | 10.79 | - |
| YUV | 130.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 82 | 0 | 0.49 | 0.60 | 0.20 | 10.41 | 0.54 | 0.56 |
| Hex | CB | 67 | 52 | 0 | 31 | 3C | 14 | A | 36 | 38 |
| Octal | 313 | 147 | 122 | 0 | 61 | 74 | 24 | 12 | 66 | 70 |
| Binary | 11001011 | 1100111 | 1010010 | 0 | 110001 | 111100 | 10100 | 1010 | 110110 | 111000 |
Color Harmonies of #CB6752
Complementary color
Monochromatic Colors of #CB6752
Black with #CB6752
Text Example
Text Example
White with #CB6752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6752; }
p { color: rgb(203,103,82); }
H1.HeaderClassName
{
color: #CB6752;
}
.AnyTagClassName
{
color: #CB6752;
}
</style>
background-color css
<style>
a { background-color: #CB6752; }
a { background-color: rgb(203,103,82); }
div.DivClassName
{
background-color: #CB6752;
}
.BgClassName
{
background-color: #CB6752;
}
</style>
border-color css
<style>
span { border-color: #CB6752; }
span { border-color: rgb(203,103,82); }
td.TdClassName
{
border-color: #CB6752;
}
.TagClassName
{
border-color: #CB6752;
}
</style>