Shades of Sunglo #CC6150
Tints of Sunglo #CC6150
RGB
CMYK
RGB Variations
Color information
#CC6150 (or 0xCC6150) is known color: Sunglo. HEX triplet: CC, 61 and 50. RGB value is (204,97,80). Sum of RGB (Red+Green+Blue) = 204+97+80=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6150 is #339EAF. Grayscale: #7F7F7F. Windows color (decimal): -3382960 or 5267916. OLE color: 5267916.
HSL color Cylindrical-coordinate representation of color #CC6150: hue angle of 8.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC6150 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 80 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.2 |
| HSL | 8.23º | 0.55% | 0.56% | - |
| HSV(B) | 8.23º | 0.61% | 0.8% | - |
| XYZ | 30.62 | 21.97 | 10.22 | - |
| YUV | 127.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 80 | 0 | 0.52 | 0.61 | 0.2 | 8.23 | 0.55 | 0.56 |
| Hex | CC | 61 | 50 | 0 | 34 | 3D | 14 | 8 | 37 | 38 |
| Octal | 314 | 141 | 120 | 0 | 64 | 75 | 24 | 10 | 67 | 70 |
| Binary | 11001100 | 1100001 | 1010000 | 0 | 110100 | 111101 | 10100 | 1000 | 110111 | 111000 |
Color Harmonies of #CC6150
Complementary color
Monochromatic Colors of #CC6150
Black with #CC6150
Text Example
Text Example
White with #CC6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6150; }
p { color: rgb(204,97,80); }
H1.HeaderClassName
{
color: #CC6150;
}
.AnyTagClassName
{
color: #CC6150;
}
</style>
background-color css
<style>
a { background-color: #CC6150; }
a { background-color: rgb(204,97,80); }
div.DivClassName
{
background-color: #CC6150;
}
.BgClassName
{
background-color: #CC6150;
}
</style>
border-color css
<style>
span { border-color: #CC6150; }
span { border-color: rgb(204,97,80); }
td.TdClassName
{
border-color: #CC6150;
}
.TagClassName
{
border-color: #CC6150;
}
</style>