Shades of Sunglo #CA645C
Tints of Sunglo #CA645C
RGB
CMYK
RGB Variations
Color information
#CA645C (or 0xCA645C) is known color: Sunglo. HEX triplet: CA, 64 and 5C. RGB value is (202,100,92). Sum of RGB (Red+Green+Blue) = 202+100+92=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA645C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA645C is #359BA3. Grayscale: #818181. Windows color (decimal): -3513252 or 6055114. OLE color: 6055114.
HSL color Cylindrical-coordinate representation of color #CA645C: hue angle of 4.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA645C is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 92 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.21 |
| HSL | 4.36º | 0.51% | 0.58% | - |
| HSV(B) | 4.36º | 0.54% | 0.79% | - |
| XYZ | 30.85 | 22.44 | 12.83 | - |
| YUV | 129.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 92 | 0 | 0.50 | 0.54 | 0.21 | 4.36 | 0.51 | 0.58 |
| Hex | CA | 64 | 5C | 0 | 32 | 36 | 15 | 4 | 33 | 3A |
| Octal | 312 | 144 | 134 | 0 | 62 | 66 | 25 | 4 | 63 | 72 |
| Binary | 11001010 | 1100100 | 1011100 | 0 | 110010 | 110110 | 10101 | 100 | 110011 | 111010 |
Color Harmonies of #CA645C
Complementary color
Monochromatic Colors of #CA645C
Black with #CA645C
Text Example
Text Example
White with #CA645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA645C; }
p { color: rgb(202,100,92); }
H1.HeaderClassName
{
color: #CA645C;
}
.AnyTagClassName
{
color: #CA645C;
}
</style>
background-color css
<style>
a { background-color: #CA645C; }
a { background-color: rgb(202,100,92); }
div.DivClassName
{
background-color: #CA645C;
}
.BgClassName
{
background-color: #CA645C;
}
</style>
border-color css
<style>
span { border-color: #CA645C; }
span { border-color: rgb(202,100,92); }
td.TdClassName
{
border-color: #CA645C;
}
.TagClassName
{
border-color: #CA645C;
}
</style>