Shades of Sunglo #CA655C
Tints of Sunglo #CA655C
RGB
CMYK
RGB Variations
Color information
#CA655C (or 0xCA655C) is known color: Sunglo. HEX triplet: CA, 65 and 5C. RGB value is (202,101,92). Sum of RGB (Red+Green+Blue) = 202+101+92=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA655C is #359AA3. Grayscale: #828282. Windows color (decimal): -3512996 or 6055370. OLE color: 6055370.
HSL color Cylindrical-coordinate representation of color #CA655C: hue angle of 4.91º 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 #CA655C is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 92 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.21 |
| HSL | 4.91º | 0.51% | 0.58% | - |
| HSV(B) | 4.91º | 0.54% | 0.79% | - |
| XYZ | 30.94 | 22.64 | 12.86 | - |
| YUV | 130.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 92 | 0 | 0.50 | 0.54 | 0.21 | 4.91 | 0.51 | 0.58 |
| Hex | CA | 65 | 5C | 0 | 32 | 36 | 15 | 5 | 33 | 3A |
| Octal | 312 | 145 | 134 | 0 | 62 | 66 | 25 | 5 | 63 | 72 |
| Binary | 11001010 | 1100101 | 1011100 | 0 | 110010 | 110110 | 10101 | 101 | 110011 | 111010 |
Color Harmonies of #CA655C
Complementary color
Monochromatic Colors of #CA655C
Black with #CA655C
Text Example
Text Example
White with #CA655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA655C; }
p { color: rgb(202,101,92); }
H1.HeaderClassName
{
color: #CA655C;
}
.AnyTagClassName
{
color: #CA655C;
}
</style>
background-color css
<style>
a { background-color: #CA655C; }
a { background-color: rgb(202,101,92); }
div.DivClassName
{
background-color: #CA655C;
}
.BgClassName
{
background-color: #CA655C;
}
</style>
border-color css
<style>
span { border-color: #CA655C; }
span { border-color: rgb(202,101,92); }
td.TdClassName
{
border-color: #CA655C;
}
.TagClassName
{
border-color: #CA655C;
}
</style>