Shades of Sunglo #CA665F
Tints of Sunglo #CA665F
RGB
CMYK
RGB Variations
Color information
#CA665F (or 0xCA665F) is known color: Sunglo. HEX triplet: CA, 66 and 5F. RGB value is (202,102,95). Sum of RGB (Red+Green+Blue) = 202+102+95=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA665F is #3599A0. Grayscale: #838383. Windows color (decimal): -3512737 or 6252234. OLE color: 6252234.
HSL color Cylindrical-coordinate representation of color #CA665F: hue angle of 3.93º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA665F is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 95 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.21 |
| HSL | 3.93º | 0.5% | 0.58% | - |
| HSV(B) | 3.93º | 0.53% | 0.79% | - |
| XYZ | 31.17 | 22.89 | 13.6 | - |
| YUV | 131.1 | 107.63 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 95 | 0 | 0.50 | 0.53 | 0.21 | 3.93 | 0.5 | 0.58 |
| Hex | CA | 66 | 5F | 0 | 32 | 35 | 15 | 4 | 32 | 3A |
| Octal | 312 | 146 | 137 | 0 | 62 | 65 | 25 | 4 | 62 | 72 |
| Binary | 11001010 | 1100110 | 1011111 | 0 | 110010 | 110101 | 10101 | 100 | 110010 | 111010 |
Color Harmonies of #CA665F
Complementary color
Monochromatic Colors of #CA665F
Black with #CA665F
Text Example
Text Example
White with #CA665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA665F; }
p { color: rgb(202,102,95); }
H1.HeaderClassName
{
color: #CA665F;
}
.AnyTagClassName
{
color: #CA665F;
}
</style>
background-color css
<style>
a { background-color: #CA665F; }
a { background-color: rgb(202,102,95); }
div.DivClassName
{
background-color: #CA665F;
}
.BgClassName
{
background-color: #CA665F;
}
</style>
border-color css
<style>
span { border-color: #CA665F; }
span { border-color: rgb(202,102,95); }
td.TdClassName
{
border-color: #CA665F;
}
.TagClassName
{
border-color: #CA665F;
}
</style>