Shades of Sunglo #CA655A
Tints of Sunglo #CA655A
RGB
CMYK
RGB Variations
Color information
#CA655A (or 0xCA655A) is known color: Sunglo. HEX triplet: CA, 65 and 5A. RGB value is (202,101,90). Sum of RGB (Red+Green+Blue) = 202+101+90=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA655A is #359AA5. Grayscale: #828282. Windows color (decimal): -3512998 or 5924298. OLE color: 5924298.
HSL color Cylindrical-coordinate representation of color #CA655A: hue angle of 5.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA655A is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 90 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.21 |
| HSL | 5.89º | 0.51% | 0.57% | - |
| HSV(B) | 5.89º | 0.55% | 0.79% | - |
| XYZ | 30.86 | 22.6 | 12.41 | - |
| YUV | 129.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 90 | 0 | 0.50 | 0.55 | 0.21 | 5.89 | 0.51 | 0.57 |
| Hex | CA | 65 | 5A | 0 | 32 | 37 | 15 | 6 | 33 | 39 |
| Octal | 312 | 145 | 132 | 0 | 62 | 67 | 25 | 6 | 63 | 71 |
| Binary | 11001010 | 1100101 | 1011010 | 0 | 110010 | 110111 | 10101 | 110 | 110011 | 111001 |
Color Harmonies of #CA655A
Complementary color
Monochromatic Colors of #CA655A
Black with #CA655A
Text Example
Text Example
White with #CA655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA655A; }
p { color: rgb(202,101,90); }
H1.HeaderClassName
{
color: #CA655A;
}
.AnyTagClassName
{
color: #CA655A;
}
</style>
background-color css
<style>
a { background-color: #CA655A; }
a { background-color: rgb(202,101,90); }
div.DivClassName
{
background-color: #CA655A;
}
.BgClassName
{
background-color: #CA655A;
}
</style>
border-color css
<style>
span { border-color: #CA655A; }
span { border-color: rgb(202,101,90); }
td.TdClassName
{
border-color: #CA655A;
}
.TagClassName
{
border-color: #CA655A;
}
</style>