Shades of Sunglo #CC635A
Tints of Sunglo #CC635A
RGB
CMYK
RGB Variations
Color information
#CC635A (or 0xCC635A) is known color: Sunglo. HEX triplet: CC, 63 and 5A. RGB value is (204,99,90). Sum of RGB (Red+Green+Blue) = 204+99+90=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC635A is #339CA5. Grayscale: #818181. Windows color (decimal): -3382438 or 5923788. OLE color: 5923788.
HSL color Cylindrical-coordinate representation of color #CC635A: hue angle of 4.74º 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 #CC635A is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 90 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.2 |
| HSL | 4.74º | 0.53% | 0.58% | - |
| HSV(B) | 4.74º | 0.56% | 0.8% | - |
| XYZ | 31.21 | 22.5 | 12.37 | - |
| YUV | 129.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 90 | 0 | 0.51 | 0.56 | 0.2 | 4.74 | 0.53 | 0.58 |
| Hex | CC | 63 | 5A | 0 | 33 | 38 | 14 | 5 | 35 | 3A |
| Octal | 314 | 143 | 132 | 0 | 63 | 70 | 24 | 5 | 65 | 72 |
| Binary | 11001100 | 1100011 | 1011010 | 0 | 110011 | 111000 | 10100 | 101 | 110101 | 111010 |
Color Harmonies of #CC635A
Complementary color
Monochromatic Colors of #CC635A
Black with #CC635A
Text Example
Text Example
White with #CC635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC635A; }
p { color: rgb(204,99,90); }
H1.HeaderClassName
{
color: #CC635A;
}
.AnyTagClassName
{
color: #CC635A;
}
</style>
background-color css
<style>
a { background-color: #CC635A; }
a { background-color: rgb(204,99,90); }
div.DivClassName
{
background-color: #CC635A;
}
.BgClassName
{
background-color: #CC635A;
}
</style>
border-color css
<style>
span { border-color: #CC635A; }
span { border-color: rgb(204,99,90); }
td.TdClassName
{
border-color: #CC635A;
}
.TagClassName
{
border-color: #CC635A;
}
</style>