Shades of Sunglo #CA614E
Tints of Sunglo #CA614E
RGB
CMYK
RGB Variations
Color information
#CA614E (or 0xCA614E) is known color: Sunglo. HEX triplet: CA, 61 and 4E. RGB value is (202,97,78). Sum of RGB (Red+Green+Blue) = 202+97+78=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA614E is #359EB1. Grayscale: #7E7E7E. Windows color (decimal): -3514034 or 5136842. OLE color: 5136842.
HSL color Cylindrical-coordinate representation of color #CA614E: hue angle of 9.19º 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 #CA614E is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 78 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.21 |
| HSL | 9.19º | 0.54% | 0.55% | - |
| HSV(B) | 9.19º | 0.61% | 0.79% | - |
| XYZ | 30.01 | 21.66 | 9.81 | - |
| YUV | 126.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 78 | 0 | 0.52 | 0.61 | 0.21 | 9.19 | 0.54 | 0.55 |
| Hex | CA | 61 | 4E | 0 | 34 | 3D | 15 | 9 | 36 | 37 |
| Octal | 312 | 141 | 116 | 0 | 64 | 75 | 25 | 11 | 66 | 67 |
| Binary | 11001010 | 1100001 | 1001110 | 0 | 110100 | 111101 | 10101 | 1001 | 110110 | 110111 |
Color Harmonies of #CA614E
Complementary color
Monochromatic Colors of #CA614E
Black with #CA614E
Text Example
Text Example
White with #CA614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA614E; }
p { color: rgb(202,97,78); }
H1.HeaderClassName
{
color: #CA614E;
}
.AnyTagClassName
{
color: #CA614E;
}
</style>
background-color css
<style>
a { background-color: #CA614E; }
a { background-color: rgb(202,97,78); }
div.DivClassName
{
background-color: #CA614E;
}
.BgClassName
{
background-color: #CA614E;
}
</style>
border-color css
<style>
span { border-color: #CA614E; }
span { border-color: rgb(202,97,78); }
td.TdClassName
{
border-color: #CA614E;
}
.TagClassName
{
border-color: #CA614E;
}
</style>