Shades of Sunglo #CA6A5F
Tints of Sunglo #CA6A5F
RGB
CMYK
RGB Variations
Color information
#CA6A5F (or 0xCA6A5F) is known color: Sunglo. HEX triplet: CA, 6A and 5F. RGB value is (202,106,95). Sum of RGB (Red+Green+Blue) = 202+106+95=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A5F is #3595A0. Grayscale: #858585. Windows color (decimal): -3511713 or 6253258. OLE color: 6253258.
HSL color Cylindrical-coordinate representation of color #CA6A5F: hue angle of 6.17º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA6A5F is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 95 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.21 |
| HSL | 6.17º | 0.5% | 0.58% | - |
| HSV(B) | 6.17º | 0.53% | 0.79% | - |
| XYZ | 31.58 | 23.69 | 13.73 | - |
| YUV | 133.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 95 | 0 | 0.48 | 0.53 | 0.21 | 6.17 | 0.5 | 0.58 |
| Hex | CA | 6A | 5F | 0 | 30 | 35 | 15 | 6 | 32 | 3A |
| Octal | 312 | 152 | 137 | 0 | 60 | 65 | 25 | 6 | 62 | 72 |
| Binary | 11001010 | 1101010 | 1011111 | 0 | 110000 | 110101 | 10101 | 110 | 110010 | 111010 |
Color Harmonies of #CA6A5F
Complementary color
Monochromatic Colors of #CA6A5F
Black with #CA6A5F
Text Example
Text Example
White with #CA6A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A5F; }
p { color: rgb(202,106,95); }
H1.HeaderClassName
{
color: #CA6A5F;
}
.AnyTagClassName
{
color: #CA6A5F;
}
</style>
background-color css
<style>
a { background-color: #CA6A5F; }
a { background-color: rgb(202,106,95); }
div.DivClassName
{
background-color: #CA6A5F;
}
.BgClassName
{
background-color: #CA6A5F;
}
</style>
border-color css
<style>
span { border-color: #CA6A5F; }
span { border-color: rgb(202,106,95); }
td.TdClassName
{
border-color: #CA6A5F;
}
.TagClassName
{
border-color: #CA6A5F;
}
</style>