Shades of Sunglo #CC685F
Tints of Sunglo #CC685F
RGB
CMYK
RGB Variations
Color information
#CC685F (or 0xCC685F) is known color: Sunglo. HEX triplet: CC, 68 and 5F. RGB value is (204,104,95). Sum of RGB (Red+Green+Blue) = 204+104+95=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC685F is #3397A0. Grayscale: #858585. Windows color (decimal): -3381153 or 6252748. OLE color: 6252748.
HSL color Cylindrical-coordinate representation of color #CC685F: hue angle of 4.95º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC685F is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 95 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.2 |
| HSL | 4.95º | 0.52% | 0.59% | - |
| HSV(B) | 4.95º | 0.53% | 0.8% | - |
| XYZ | 31.92 | 23.56 | 13.69 | - |
| YUV | 132.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 95 | 0 | 0.49 | 0.53 | 0.2 | 4.95 | 0.52 | 0.59 |
| Hex | CC | 68 | 5F | 0 | 31 | 35 | 14 | 5 | 34 | 3B |
| Octal | 314 | 150 | 137 | 0 | 61 | 65 | 24 | 5 | 64 | 73 |
| Binary | 11001100 | 1101000 | 1011111 | 0 | 110001 | 110101 | 10100 | 101 | 110100 | 111011 |
Color Harmonies of #CC685F
Complementary color
Monochromatic Colors of #CC685F
Black with #CC685F
Text Example
Text Example
White with #CC685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC685F; }
p { color: rgb(204,104,95); }
H1.HeaderClassName
{
color: #CC685F;
}
.AnyTagClassName
{
color: #CC685F;
}
</style>
background-color css
<style>
a { background-color: #CC685F; }
a { background-color: rgb(204,104,95); }
div.DivClassName
{
background-color: #CC685F;
}
.BgClassName
{
background-color: #CC685F;
}
</style>
border-color css
<style>
span { border-color: #CC685F; }
span { border-color: rgb(204,104,95); }
td.TdClassName
{
border-color: #CC685F;
}
.TagClassName
{
border-color: #CC685F;
}
</style>