Shades of Sunglo #CC645B
Tints of Sunglo #CC645B
RGB
CMYK
RGB Variations
Color information
#CC645B (or 0xCC645B) is known color: Sunglo. HEX triplet: CC, 64 and 5B. RGB value is (204,100,91). Sum of RGB (Red+Green+Blue) = 204+100+91=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC645B is #339BA4. Grayscale: #828282. Windows color (decimal): -3382181 or 5989580. OLE color: 5989580.
HSL color Cylindrical-coordinate representation of color #CC645B: hue angle of 4.78º degrees, saturation: 0.53, 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 #CC645B is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 91 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.2 |
| HSL | 4.78º | 0.53% | 0.58% | - |
| HSV(B) | 4.78º | 0.55% | 0.8% | - |
| XYZ | 31.35 | 22.71 | 12.63 | - |
| YUV | 130.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 91 | 0 | 0.51 | 0.55 | 0.2 | 4.78 | 0.53 | 0.58 |
| Hex | CC | 64 | 5B | 0 | 33 | 37 | 14 | 5 | 35 | 3A |
| Octal | 314 | 144 | 133 | 0 | 63 | 67 | 24 | 5 | 65 | 72 |
| Binary | 11001100 | 1100100 | 1011011 | 0 | 110011 | 110111 | 10100 | 101 | 110101 | 111010 |
Color Harmonies of #CC645B
Complementary color
Monochromatic Colors of #CC645B
Black with #CC645B
Text Example
Text Example
White with #CC645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC645B; }
p { color: rgb(204,100,91); }
H1.HeaderClassName
{
color: #CC645B;
}
.AnyTagClassName
{
color: #CC645B;
}
</style>
background-color css
<style>
a { background-color: #CC645B; }
a { background-color: rgb(204,100,91); }
div.DivClassName
{
background-color: #CC645B;
}
.BgClassName
{
background-color: #CC645B;
}
</style>
border-color css
<style>
span { border-color: #CC645B; }
span { border-color: rgb(204,100,91); }
td.TdClassName
{
border-color: #CC645B;
}
.TagClassName
{
border-color: #CC645B;
}
</style>