Shades of Sunglo #CA685D
Tints of Sunglo #CA685D
RGB
CMYK
RGB Variations
Color information
#CA685D (or 0xCA685D) is known color: Sunglo. HEX triplet: CA, 68 and 5D. RGB value is (202,104,93). Sum of RGB (Red+Green+Blue) = 202+104+93=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA685D is #3597A2. Grayscale: #848484. Windows color (decimal): -3512227 or 6121674. OLE color: 6121674.
HSL color Cylindrical-coordinate representation of color #CA685D: hue angle of 6.06º 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 #CA685D is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 93 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.21 |
| HSL | 6.06º | 0.51% | 0.58% | - |
| HSV(B) | 6.06º | 0.54% | 0.79% | - |
| XYZ | 31.28 | 23.25 | 13.19 | - |
| YUV | 132.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 93 | 0 | 0.49 | 0.54 | 0.21 | 6.06 | 0.51 | 0.58 |
| Hex | CA | 68 | 5D | 0 | 31 | 36 | 15 | 6 | 33 | 3A |
| Octal | 312 | 150 | 135 | 0 | 61 | 66 | 25 | 6 | 63 | 72 |
| Binary | 11001010 | 1101000 | 1011101 | 0 | 110001 | 110110 | 10101 | 110 | 110011 | 111010 |
Color Harmonies of #CA685D
Complementary color
Monochromatic Colors of #CA685D
Black with #CA685D
Text Example
Text Example
White with #CA685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA685D; }
p { color: rgb(202,104,93); }
H1.HeaderClassName
{
color: #CA685D;
}
.AnyTagClassName
{
color: #CA685D;
}
</style>
background-color css
<style>
a { background-color: #CA685D; }
a { background-color: rgb(202,104,93); }
div.DivClassName
{
background-color: #CA685D;
}
.BgClassName
{
background-color: #CA685D;
}
</style>
border-color css
<style>
span { border-color: #CA685D; }
span { border-color: rgb(202,104,93); }
td.TdClassName
{
border-color: #CA685D;
}
.TagClassName
{
border-color: #CA685D;
}
</style>