Shades of Sunglo #CC645A
Tints of Sunglo #CC645A
RGB
CMYK
RGB Variations
Color information
#CC645A (or 0xCC645A) is known color: Sunglo. HEX triplet: CC, 64 and 5A. RGB value is (204,100,90). Sum of RGB (Red+Green+Blue) = 204+100+90=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC645A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC645A is #339BA5. Grayscale: #828282. Windows color (decimal): -3382182 or 5924044. OLE color: 5924044.
HSL color Cylindrical-coordinate representation of color #CC645A: hue angle of 5.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC645A is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 90 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.2 |
| HSL | 5.26º | 0.53% | 0.58% | - |
| HSV(B) | 5.26º | 0.56% | 0.8% | - |
| XYZ | 31.3 | 22.69 | 12.4 | - |
| YUV | 129.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 90 | 0 | 0.51 | 0.56 | 0.2 | 5.26 | 0.53 | 0.58 |
| Hex | CC | 64 | 5A | 0 | 33 | 38 | 14 | 5 | 35 | 3A |
| Octal | 314 | 144 | 132 | 0 | 63 | 70 | 24 | 5 | 65 | 72 |
| Binary | 11001100 | 1100100 | 1011010 | 0 | 110011 | 111000 | 10100 | 101 | 110101 | 111010 |
Color Harmonies of #CC645A
Complementary color
Monochromatic Colors of #CC645A
Black with #CC645A
Text Example
Text Example
White with #CC645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC645A; }
p { color: rgb(204,100,90); }
H1.HeaderClassName
{
color: #CC645A;
}
.AnyTagClassName
{
color: #CC645A;
}
</style>
background-color css
<style>
a { background-color: #CC645A; }
a { background-color: rgb(204,100,90); }
div.DivClassName
{
background-color: #CC645A;
}
.BgClassName
{
background-color: #CC645A;
}
</style>
border-color css
<style>
span { border-color: #CC645A; }
span { border-color: rgb(204,100,90); }
td.TdClassName
{
border-color: #CC645A;
}
.TagClassName
{
border-color: #CC645A;
}
</style>