Shades of Sunglo #CA6853
Tints of Sunglo #CA6853
RGB
CMYK
RGB Variations
Color information
#CA6853 (or 0xCA6853) is known color: Sunglo. HEX triplet: CA, 68 and 53. RGB value is (202,104,83). Sum of RGB (Red+Green+Blue) = 202+104+83=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6853 is #3597AC. Grayscale: #838383. Windows color (decimal): -3512237 or 5466314. OLE color: 5466314.
HSL color Cylindrical-coordinate representation of color #CA6853: hue angle of 10.59º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA6853 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 83 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.21 |
| HSL | 10.59º | 0.53% | 0.56% | - |
| HSV(B) | 10.59º | 0.59% | 0.79% | - |
| XYZ | 30.87 | 23.08 | 11.01 | - |
| YUV | 130.91 | 100.97 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 83 | 0 | 0.49 | 0.59 | 0.21 | 10.59 | 0.53 | 0.56 |
| Hex | CA | 68 | 53 | 0 | 31 | 3B | 15 | B | 35 | 38 |
| Octal | 312 | 150 | 123 | 0 | 61 | 73 | 25 | 13 | 65 | 70 |
| Binary | 11001010 | 1101000 | 1010011 | 0 | 110001 | 111011 | 10101 | 1011 | 110101 | 111000 |
Color Harmonies of #CA6853
Complementary color
Monochromatic Colors of #CA6853
Black with #CA6853
Text Example
Text Example
White with #CA6853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6853; }
p { color: rgb(202,104,83); }
H1.HeaderClassName
{
color: #CA6853;
}
.AnyTagClassName
{
color: #CA6853;
}
</style>
background-color css
<style>
a { background-color: #CA6853; }
a { background-color: rgb(202,104,83); }
div.DivClassName
{
background-color: #CA6853;
}
.BgClassName
{
background-color: #CA6853;
}
</style>
border-color css
<style>
span { border-color: #CA6853; }
span { border-color: rgb(202,104,83); }
td.TdClassName
{
border-color: #CA6853;
}
.TagClassName
{
border-color: #CA6853;
}
</style>