Shades of Sunglo #CC644E
Tints of Sunglo #CC644E
RGB
CMYK
RGB Variations
Color information
#CC644E (or 0xCC644E) is known color: Sunglo. HEX triplet: CC, 64 and 4E. RGB value is (204,100,78). Sum of RGB (Red+Green+Blue) = 204+100+78=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC644E is #339BB1. Grayscale: #808080. Windows color (decimal): -3382194 or 5137612. OLE color: 5137612.
HSL color Cylindrical-coordinate representation of color #CC644E: hue angle of 10.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC644E is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 78 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.2 |
| HSL | 10.48º | 0.55% | 0.55% | - |
| HSV(B) | 10.48º | 0.62% | 0.8% | - |
| XYZ | 30.83 | 22.5 | 9.93 | - |
| YUV | 128.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 78 | 0 | 0.51 | 0.62 | 0.2 | 10.48 | 0.55 | 0.55 |
| Hex | CC | 64 | 4E | 0 | 33 | 3E | 14 | A | 37 | 37 |
| Octal | 314 | 144 | 116 | 0 | 63 | 76 | 24 | 12 | 67 | 67 |
| Binary | 11001100 | 1100100 | 1001110 | 0 | 110011 | 111110 | 10100 | 1010 | 110111 | 110111 |
Color Harmonies of #CC644E
Complementary color
Monochromatic Colors of #CC644E
Black with #CC644E
Text Example
Text Example
White with #CC644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC644E; }
p { color: rgb(204,100,78); }
H1.HeaderClassName
{
color: #CC644E;
}
.AnyTagClassName
{
color: #CC644E;
}
</style>
background-color css
<style>
a { background-color: #CC644E; }
a { background-color: rgb(204,100,78); }
div.DivClassName
{
background-color: #CC644E;
}
.BgClassName
{
background-color: #CC644E;
}
</style>
border-color css
<style>
span { border-color: #CC644E; }
span { border-color: rgb(204,100,78); }
td.TdClassName
{
border-color: #CC644E;
}
.TagClassName
{
border-color: #CC644E;
}
</style>