Shades of Sunglo #CA6A5D
Tints of Sunglo #CA6A5D
RGB
CMYK
RGB Variations
Color information
#CA6A5D (or 0xCA6A5D) is known color: Sunglo. HEX triplet: CA, 6A and 5D. RGB value is (202,106,93). Sum of RGB (Red+Green+Blue) = 202+106+93=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A5D is #3595A2. Grayscale: #858585. Windows color (decimal): -3511715 or 6122186. OLE color: 6122186.
HSL color Cylindrical-coordinate representation of color #CA6A5D: hue angle of 7.16º 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 #CA6A5D is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 93 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.21 |
| HSL | 7.16º | 0.51% | 0.58% | - |
| HSV(B) | 7.16º | 0.54% | 0.79% | - |
| XYZ | 31.49 | 23.65 | 13.26 | - |
| YUV | 133.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 93 | 0 | 0.48 | 0.54 | 0.21 | 7.16 | 0.51 | 0.58 |
| Hex | CA | 6A | 5D | 0 | 30 | 36 | 15 | 7 | 33 | 3A |
| Octal | 312 | 152 | 135 | 0 | 60 | 66 | 25 | 7 | 63 | 72 |
| Binary | 11001010 | 1101010 | 1011101 | 0 | 110000 | 110110 | 10101 | 111 | 110011 | 111010 |
Color Harmonies of #CA6A5D
Complementary color
Monochromatic Colors of #CA6A5D
Black with #CA6A5D
Text Example
Text Example
White with #CA6A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A5D; }
p { color: rgb(202,106,93); }
H1.HeaderClassName
{
color: #CA6A5D;
}
.AnyTagClassName
{
color: #CA6A5D;
}
</style>
background-color css
<style>
a { background-color: #CA6A5D; }
a { background-color: rgb(202,106,93); }
div.DivClassName
{
background-color: #CA6A5D;
}
.BgClassName
{
background-color: #CA6A5D;
}
</style>
border-color css
<style>
span { border-color: #CA6A5D; }
span { border-color: rgb(202,106,93); }
td.TdClassName
{
border-color: #CA6A5D;
}
.TagClassName
{
border-color: #CA6A5D;
}
</style>