Shades of Sunglo #CA655B
Tints of Sunglo #CA655B
RGB
CMYK
RGB Variations
Color information
#CA655B (or 0xCA655B) is known color: Sunglo. HEX triplet: CA, 65 and 5B. RGB value is (202,101,91). Sum of RGB (Red+Green+Blue) = 202+101+91=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA655B is #359AA4. Grayscale: #828282. Windows color (decimal): -3512997 or 5989834. OLE color: 5989834.
HSL color Cylindrical-coordinate representation of color #CA655B: hue angle of 5.41º 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 #CA655B is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 91 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.21 |
| HSL | 5.41º | 0.51% | 0.57% | - |
| HSV(B) | 5.41º | 0.55% | 0.79% | - |
| XYZ | 30.9 | 22.62 | 12.63 | - |
| YUV | 130.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 91 | 0 | 0.50 | 0.55 | 0.21 | 5.41 | 0.51 | 0.57 |
| Hex | CA | 65 | 5B | 0 | 32 | 37 | 15 | 5 | 33 | 39 |
| Octal | 312 | 145 | 133 | 0 | 62 | 67 | 25 | 5 | 63 | 71 |
| Binary | 11001010 | 1100101 | 1011011 | 0 | 110010 | 110111 | 10101 | 101 | 110011 | 111001 |
Color Harmonies of #CA655B
Complementary color
Monochromatic Colors of #CA655B
Black with #CA655B
Text Example
Text Example
White with #CA655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA655B; }
p { color: rgb(202,101,91); }
H1.HeaderClassName
{
color: #CA655B;
}
.AnyTagClassName
{
color: #CA655B;
}
</style>
background-color css
<style>
a { background-color: #CA655B; }
a { background-color: rgb(202,101,91); }
div.DivClassName
{
background-color: #CA655B;
}
.BgClassName
{
background-color: #CA655B;
}
</style>
border-color css
<style>
span { border-color: #CA655B; }
span { border-color: rgb(202,101,91); }
td.TdClassName
{
border-color: #CA655B;
}
.TagClassName
{
border-color: #CA655B;
}
</style>