Shades of Sunglo #CC654F
Tints of Sunglo #CC654F
RGB
CMYK
RGB Variations
Color information
#CC654F (or 0xCC654F) is known color: Sunglo. HEX triplet: CC, 65 and 4F. RGB value is (204,101,79). Sum of RGB (Red+Green+Blue) = 204+101+79=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC654F is #339AB0. Grayscale: #818181. Windows color (decimal): -3381937 or 5203404. OLE color: 5203404.
HSL color Cylindrical-coordinate representation of color #CC654F: hue angle of 10.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC654F is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 79 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.2 |
| HSL | 10.56º | 0.55% | 0.55% | - |
| HSV(B) | 10.56º | 0.61% | 0.8% | - |
| XYZ | 30.97 | 22.71 | 10.15 | - |
| YUV | 129.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 79 | 0 | 0.50 | 0.61 | 0.2 | 10.56 | 0.55 | 0.55 |
| Hex | CC | 65 | 4F | 0 | 32 | 3D | 14 | B | 37 | 37 |
| Octal | 314 | 145 | 117 | 0 | 62 | 75 | 24 | 13 | 67 | 67 |
| Binary | 11001100 | 1100101 | 1001111 | 0 | 110010 | 111101 | 10100 | 1011 | 110111 | 110111 |
Color Harmonies of #CC654F
Complementary color
Monochromatic Colors of #CC654F
Black with #CC654F
Text Example
Text Example
White with #CC654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC654F; }
p { color: rgb(204,101,79); }
H1.HeaderClassName
{
color: #CC654F;
}
.AnyTagClassName
{
color: #CC654F;
}
</style>
background-color css
<style>
a { background-color: #CC654F; }
a { background-color: rgb(204,101,79); }
div.DivClassName
{
background-color: #CC654F;
}
.BgClassName
{
background-color: #CC654F;
}
</style>
border-color css
<style>
span { border-color: #CC654F; }
span { border-color: rgb(204,101,79); }
td.TdClassName
{
border-color: #CC654F;
}
.TagClassName
{
border-color: #CC654F;
}
</style>