Shades of Sunglo #CC625A
Tints of Sunglo #CC625A
RGB
CMYK
RGB Variations
Color information
#CC625A (or 0xCC625A) is known color: Sunglo. HEX triplet: CC, 62 and 5A. RGB value is (204,98,90). Sum of RGB (Red+Green+Blue) = 204+98+90=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC625A is #339DA5. Grayscale: #808080. Windows color (decimal): -3382694 or 5923532. OLE color: 5923532.
HSL color Cylindrical-coordinate representation of color #CC625A: hue angle of 4.21º 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 #CC625A is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 90 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.2 |
| HSL | 4.21º | 0.53% | 0.58% | - |
| HSV(B) | 4.21º | 0.56% | 0.8% | - |
| XYZ | 31.11 | 22.31 | 12.34 | - |
| YUV | 128.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 90 | 0 | 0.52 | 0.56 | 0.2 | 4.21 | 0.53 | 0.58 |
| Hex | CC | 62 | 5A | 0 | 34 | 38 | 14 | 4 | 35 | 3A |
| Octal | 314 | 142 | 132 | 0 | 64 | 70 | 24 | 4 | 65 | 72 |
| Binary | 11001100 | 1100010 | 1011010 | 0 | 110100 | 111000 | 10100 | 100 | 110101 | 111010 |
Color Harmonies of #CC625A
Complementary color
Monochromatic Colors of #CC625A
Black with #CC625A
Text Example
Text Example
White with #CC625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC625A; }
p { color: rgb(204,98,90); }
H1.HeaderClassName
{
color: #CC625A;
}
.AnyTagClassName
{
color: #CC625A;
}
</style>
background-color css
<style>
a { background-color: #CC625A; }
a { background-color: rgb(204,98,90); }
div.DivClassName
{
background-color: #CC625A;
}
.BgClassName
{
background-color: #CC625A;
}
</style>
border-color css
<style>
span { border-color: #CC625A; }
span { border-color: rgb(204,98,90); }
td.TdClassName
{
border-color: #CC625A;
}
.TagClassName
{
border-color: #CC625A;
}
</style>