Shades of Sunglo #CC634E
Tints of Sunglo #CC634E
RGB
CMYK
RGB Variations
Color information
#CC634E (or 0xCC634E) is known color: Sunglo. HEX triplet: CC, 63 and 4E. RGB value is (204,99,78). Sum of RGB (Red+Green+Blue) = 204+99+78=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC634E is #339CB1. Grayscale: #808080. Windows color (decimal): -3382450 or 5137356. OLE color: 5137356.
HSL color Cylindrical-coordinate representation of color #CC634E: hue angle of 10º 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 #CC634E is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 78 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.2 |
| HSL | 10º | 0.55% | 0.55% | - |
| HSV(B) | 10º | 0.62% | 0.8% | - |
| XYZ | 30.74 | 22.31 | 9.89 | - |
| YUV | 128 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 78 | 0 | 0.51 | 0.62 | 0.2 | 10 | 0.55 | 0.55 |
| Hex | CC | 63 | 4E | 0 | 33 | 3E | 14 | A | 37 | 37 |
| Octal | 314 | 143 | 116 | 0 | 63 | 76 | 24 | 12 | 67 | 67 |
| Binary | 11001100 | 1100011 | 1001110 | 0 | 110011 | 111110 | 10100 | 1010 | 110111 | 110111 |
Color Harmonies of #CC634E
Complementary color
Monochromatic Colors of #CC634E
Black with #CC634E
Text Example
Text Example
White with #CC634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC634E; }
p { color: rgb(204,99,78); }
H1.HeaderClassName
{
color: #CC634E;
}
.AnyTagClassName
{
color: #CC634E;
}
</style>
background-color css
<style>
a { background-color: #CC634E; }
a { background-color: rgb(204,99,78); }
div.DivClassName
{
background-color: #CC634E;
}
.BgClassName
{
background-color: #CC634E;
}
</style>
border-color css
<style>
span { border-color: #CC634E; }
span { border-color: rgb(204,99,78); }
td.TdClassName
{
border-color: #CC634E;
}
.TagClassName
{
border-color: #CC634E;
}
</style>