Shades of Sunglo #CC634D
Tints of Sunglo #CC634D
RGB
CMYK
RGB Variations
Color information
#CC634D (or 0xCC634D) is known color: Sunglo. HEX triplet: CC, 63 and 4D. RGB value is (204,99,77). Sum of RGB (Red+Green+Blue) = 204+99+77=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC634D is #339CB2. Grayscale: #808080. Windows color (decimal): -3382451 or 5071820. OLE color: 5071820.
HSL color Cylindrical-coordinate representation of color #CC634D: hue angle of 10.39º 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 #CC634D is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 77 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.2 |
| HSL | 10.39º | 0.55% | 0.55% | - |
| HSV(B) | 10.39º | 0.62% | 0.8% | - |
| XYZ | 30.7 | 22.3 | 9.71 | - |
| YUV | 127.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 77 | 0 | 0.51 | 0.62 | 0.2 | 10.39 | 0.55 | 0.55 |
| Hex | CC | 63 | 4D | 0 | 33 | 3E | 14 | A | 37 | 37 |
| Octal | 314 | 143 | 115 | 0 | 63 | 76 | 24 | 12 | 67 | 67 |
| Binary | 11001100 | 1100011 | 1001101 | 0 | 110011 | 111110 | 10100 | 1010 | 110111 | 110111 |
Color Harmonies of #CC634D
Complementary color
Monochromatic Colors of #CC634D
Black with #CC634D
Text Example
Text Example
White with #CC634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC634D; }
p { color: rgb(204,99,77); }
H1.HeaderClassName
{
color: #CC634D;
}
.AnyTagClassName
{
color: #CC634D;
}
</style>
background-color css
<style>
a { background-color: #CC634D; }
a { background-color: rgb(204,99,77); }
div.DivClassName
{
background-color: #CC634D;
}
.BgClassName
{
background-color: #CC634D;
}
</style>
border-color css
<style>
span { border-color: #CC634D; }
span { border-color: rgb(204,99,77); }
td.TdClassName
{
border-color: #CC634D;
}
.TagClassName
{
border-color: #CC634D;
}
</style>