Shades of Sunglo #CA644E
Tints of Sunglo #CA644E
RGB
CMYK
RGB Variations
Color information
#CA644E (or 0xCA644E) is known color: Sunglo. HEX triplet: CA, 64 and 4E. RGB value is (202,100,78). Sum of RGB (Red+Green+Blue) = 202+100+78=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA644E is #359BB1. Grayscale: #808080. Windows color (decimal): -3513266 or 5137610. OLE color: 5137610.
HSL color Cylindrical-coordinate representation of color #CA644E: hue angle of 10.65º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA644E is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 78 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.21 |
| HSL | 10.65º | 0.54% | 0.55% | - |
| HSV(B) | 10.65º | 0.61% | 0.79% | - |
| XYZ | 30.29 | 22.22 | 9.9 | - |
| YUV | 127.99 | 99.79 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 78 | 0 | 0.50 | 0.61 | 0.21 | 10.65 | 0.54 | 0.55 |
| Hex | CA | 64 | 4E | 0 | 32 | 3D | 15 | B | 36 | 37 |
| Octal | 312 | 144 | 116 | 0 | 62 | 75 | 25 | 13 | 66 | 67 |
| Binary | 11001010 | 1100100 | 1001110 | 0 | 110010 | 111101 | 10101 | 1011 | 110110 | 110111 |
Color Harmonies of #CA644E
Complementary color
Monochromatic Colors of #CA644E
Black with #CA644E
Text Example
Text Example
White with #CA644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA644E; }
p { color: rgb(202,100,78); }
H1.HeaderClassName
{
color: #CA644E;
}
.AnyTagClassName
{
color: #CA644E;
}
</style>
background-color css
<style>
a { background-color: #CA644E; }
a { background-color: rgb(202,100,78); }
div.DivClassName
{
background-color: #CA644E;
}
.BgClassName
{
background-color: #CA644E;
}
</style>
border-color css
<style>
span { border-color: #CA644E; }
span { border-color: rgb(202,100,78); }
td.TdClassName
{
border-color: #CA644E;
}
.TagClassName
{
border-color: #CA644E;
}
</style>