Shades of Sunglo #CC655A
Tints of Sunglo #CC655A
RGB
CMYK
RGB Variations
Color information
#CC655A (or 0xCC655A) is known color: Sunglo. HEX triplet: CC, 65 and 5A. RGB value is (204,101,90). Sum of RGB (Red+Green+Blue) = 204+101+90=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC655A is #339AA5. Grayscale: #828282. Windows color (decimal): -3381926 or 5924300. OLE color: 5924300.
HSL color Cylindrical-coordinate representation of color #CC655A: hue angle of 5.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC655A is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 90 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.2 |
| HSL | 5.79º | 0.53% | 0.58% | - |
| HSV(B) | 5.79º | 0.56% | 0.8% | - |
| XYZ | 31.4 | 22.88 | 12.43 | - |
| YUV | 130.54 | 105.12 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 90 | 0 | 0.50 | 0.56 | 0.2 | 5.79 | 0.53 | 0.58 |
| Hex | CC | 65 | 5A | 0 | 32 | 38 | 14 | 6 | 35 | 3A |
| Octal | 314 | 145 | 132 | 0 | 62 | 70 | 24 | 6 | 65 | 72 |
| Binary | 11001100 | 1100101 | 1011010 | 0 | 110010 | 111000 | 10100 | 110 | 110101 | 111010 |
Color Harmonies of #CC655A
Complementary color
Monochromatic Colors of #CC655A
Black with #CC655A
Text Example
Text Example
White with #CC655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC655A; }
p { color: rgb(204,101,90); }
H1.HeaderClassName
{
color: #CC655A;
}
.AnyTagClassName
{
color: #CC655A;
}
</style>
background-color css
<style>
a { background-color: #CC655A; }
a { background-color: rgb(204,101,90); }
div.DivClassName
{
background-color: #CC655A;
}
.BgClassName
{
background-color: #CC655A;
}
</style>
border-color css
<style>
span { border-color: #CC655A; }
span { border-color: rgb(204,101,90); }
td.TdClassName
{
border-color: #CC655A;
}
.TagClassName
{
border-color: #CC655A;
}
</style>