Shades of Sunglo #CC6153
Tints of Sunglo #CC6153
RGB
CMYK
RGB Variations
Color information
#CC6153 (or 0xCC6153) is known color: Sunglo. HEX triplet: CC, 61 and 53. RGB value is (204,97,83). Sum of RGB (Red+Green+Blue) = 204+97+83=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6153 is #339EAC. Grayscale: #7F7F7F. Windows color (decimal): -3382957 or 5464524. OLE color: 5464524.
HSL color Cylindrical-coordinate representation of color #CC6153: hue angle of 6.94º 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 #CC6153 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 83 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.2 |
| HSL | 6.94º | 0.54% | 0.56% | - |
| HSV(B) | 6.94º | 0.59% | 0.8% | - |
| XYZ | 30.74 | 22.01 | 10.81 | - |
| YUV | 127.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 83 | 0 | 0.52 | 0.59 | 0.2 | 6.94 | 0.54 | 0.56 |
| Hex | CC | 61 | 53 | 0 | 34 | 3B | 14 | 7 | 36 | 38 |
| Octal | 314 | 141 | 123 | 0 | 64 | 73 | 24 | 7 | 66 | 70 |
| Binary | 11001100 | 1100001 | 1010011 | 0 | 110100 | 111011 | 10100 | 111 | 110110 | 111000 |
Color Harmonies of #CC6153
Complementary color
Monochromatic Colors of #CC6153
Black with #CC6153
Text Example
Text Example
White with #CC6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6153; }
p { color: rgb(204,97,83); }
H1.HeaderClassName
{
color: #CC6153;
}
.AnyTagClassName
{
color: #CC6153;
}
</style>
background-color css
<style>
a { background-color: #CC6153; }
a { background-color: rgb(204,97,83); }
div.DivClassName
{
background-color: #CC6153;
}
.BgClassName
{
background-color: #CC6153;
}
</style>
border-color css
<style>
span { border-color: #CC6153; }
span { border-color: rgb(204,97,83); }
td.TdClassName
{
border-color: #CC6153;
}
.TagClassName
{
border-color: #CC6153;
}
</style>