Shades of Sunglo #CB6753
Tints of Sunglo #CB6753
RGB
CMYK
RGB Variations
Color information
#CB6753 (or 0xCB6753) is known color: Sunglo. HEX triplet: CB, 67 and 53. RGB value is (203,103,83). Sum of RGB (Red+Green+Blue) = 203+103+83=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6753 is #3498AC. Grayscale: #828282. Windows color (decimal): -3446957 or 5466059. OLE color: 5466059.
HSL color Cylindrical-coordinate representation of color #CB6753: hue angle of 10º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB6753 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 83 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.20 |
| HSL | 10º | 0.54% | 0.56% | - |
| HSV(B) | 10º | 0.59% | 0.8% | - |
| XYZ | 31.04 | 23.02 | 10.99 | - |
| YUV | 130.62 | 101.13 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 83 | 0 | 0.49 | 0.59 | 0.20 | 10 | 0.54 | 0.56 |
| Hex | CB | 67 | 53 | 0 | 31 | 3B | 14 | A | 36 | 38 |
| Octal | 313 | 147 | 123 | 0 | 61 | 73 | 24 | 12 | 66 | 70 |
| Binary | 11001011 | 1100111 | 1010011 | 0 | 110001 | 111011 | 10100 | 1010 | 110110 | 111000 |
Color Harmonies of #CB6753
Complementary color
Monochromatic Colors of #CB6753
Black with #CB6753
Text Example
Text Example
White with #CB6753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6753; }
p { color: rgb(203,103,83); }
H1.HeaderClassName
{
color: #CB6753;
}
.AnyTagClassName
{
color: #CB6753;
}
</style>
background-color css
<style>
a { background-color: #CB6753; }
a { background-color: rgb(203,103,83); }
div.DivClassName
{
background-color: #CB6753;
}
.BgClassName
{
background-color: #CB6753;
}
</style>
border-color css
<style>
span { border-color: #CB6753; }
span { border-color: rgb(203,103,83); }
td.TdClassName
{
border-color: #CB6753;
}
.TagClassName
{
border-color: #CB6753;
}
</style>