Shades of Sunglo #CC654E
Tints of Sunglo #CC654E
RGB
CMYK
RGB Variations
Color information
#CC654E (or 0xCC654E) is known color: Sunglo. HEX triplet: CC, 65 and 4E. RGB value is (204,101,78). Sum of RGB (Red+Green+Blue) = 204+101+78=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC654E is #339AB1. Grayscale: #818181. Windows color (decimal): -3381938 or 5137868. OLE color: 5137868.
HSL color Cylindrical-coordinate representation of color #CC654E: hue angle of 10.95º 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 #CC654E is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 78 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.2 |
| HSL | 10.95º | 0.55% | 0.55% | - |
| HSV(B) | 10.95º | 0.62% | 0.8% | - |
| XYZ | 30.93 | 22.69 | 9.96 | - |
| YUV | 129.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 78 | 0 | 0.50 | 0.62 | 0.2 | 10.95 | 0.55 | 0.55 |
| Hex | CC | 65 | 4E | 0 | 32 | 3E | 14 | B | 37 | 37 |
| Octal | 314 | 145 | 116 | 0 | 62 | 76 | 24 | 13 | 67 | 67 |
| Binary | 11001100 | 1100101 | 1001110 | 0 | 110010 | 111110 | 10100 | 1011 | 110111 | 110111 |
Color Harmonies of #CC654E
Complementary color
Monochromatic Colors of #CC654E
Black with #CC654E
Text Example
Text Example
White with #CC654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC654E; }
p { color: rgb(204,101,78); }
H1.HeaderClassName
{
color: #CC654E;
}
.AnyTagClassName
{
color: #CC654E;
}
</style>
background-color css
<style>
a { background-color: #CC654E; }
a { background-color: rgb(204,101,78); }
div.DivClassName
{
background-color: #CC654E;
}
.BgClassName
{
background-color: #CC654E;
}
</style>
border-color css
<style>
span { border-color: #CC654E; }
span { border-color: rgb(204,101,78); }
td.TdClassName
{
border-color: #CC654E;
}
.TagClassName
{
border-color: #CC654E;
}
</style>