Shades of Sunglo #CC675C
Tints of Sunglo #CC675C
RGB
CMYK
RGB Variations
Color information
#CC675C (or 0xCC675C) is known color: Sunglo. HEX triplet: CC, 67 and 5C. RGB value is (204,103,92). Sum of RGB (Red+Green+Blue) = 204+103+92=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC675C is #3398A3. Grayscale: #848484. Windows color (decimal): -3381412 or 6055884. OLE color: 6055884.
HSL color Cylindrical-coordinate representation of color #CC675C: hue angle of 5.89º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC675C is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 92 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.2 |
| HSL | 5.89º | 0.52% | 0.58% | - |
| HSV(B) | 5.89º | 0.55% | 0.8% | - |
| XYZ | 31.68 | 23.31 | 12.95 | - |
| YUV | 131.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 92 | 0 | 0.50 | 0.55 | 0.2 | 5.89 | 0.52 | 0.58 |
| Hex | CC | 67 | 5C | 0 | 32 | 37 | 14 | 6 | 34 | 3A |
| Octal | 314 | 147 | 134 | 0 | 62 | 67 | 24 | 6 | 64 | 72 |
| Binary | 11001100 | 1100111 | 1011100 | 0 | 110010 | 110111 | 10100 | 110 | 110100 | 111010 |
Color Harmonies of #CC675C
Complementary color
Monochromatic Colors of #CC675C
Black with #CC675C
Text Example
Text Example
White with #CC675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC675C; }
p { color: rgb(204,103,92); }
H1.HeaderClassName
{
color: #CC675C;
}
.AnyTagClassName
{
color: #CC675C;
}
</style>
background-color css
<style>
a { background-color: #CC675C; }
a { background-color: rgb(204,103,92); }
div.DivClassName
{
background-color: #CC675C;
}
.BgClassName
{
background-color: #CC675C;
}
</style>
border-color css
<style>
span { border-color: #CC675C; }
span { border-color: rgb(204,103,92); }
td.TdClassName
{
border-color: #CC675C;
}
.TagClassName
{
border-color: #CC675C;
}
</style>