Shades of Sunglo #CA695B
Tints of Sunglo #CA695B
RGB
CMYK
RGB Variations
Color information
#CA695B (or 0xCA695B) is known color: Sunglo. HEX triplet: CA, 69 and 5B. RGB value is (202,105,91). Sum of RGB (Red+Green+Blue) = 202+105+91=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA695B is #3596A4. Grayscale: #848484. Windows color (decimal): -3511973 or 5990858. OLE color: 5990858.
HSL color Cylindrical-coordinate representation of color #CA695B: hue angle of 7.57º 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 #CA695B is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 91 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.21 |
| HSL | 7.57º | 0.51% | 0.57% | - |
| HSV(B) | 7.57º | 0.55% | 0.79% | - |
| XYZ | 31.3 | 23.42 | 12.77 | - |
| YUV | 132.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 91 | 0 | 0.48 | 0.55 | 0.21 | 7.57 | 0.51 | 0.57 |
| Hex | CA | 69 | 5B | 0 | 30 | 37 | 15 | 8 | 33 | 39 |
| Octal | 312 | 151 | 133 | 0 | 60 | 67 | 25 | 10 | 63 | 71 |
| Binary | 11001010 | 1101001 | 1011011 | 0 | 110000 | 110111 | 10101 | 1000 | 110011 | 111001 |
Color Harmonies of #CA695B
Complementary color
Monochromatic Colors of #CA695B
Black with #CA695B
Text Example
Text Example
White with #CA695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA695B; }
p { color: rgb(202,105,91); }
H1.HeaderClassName
{
color: #CA695B;
}
.AnyTagClassName
{
color: #CA695B;
}
</style>
background-color css
<style>
a { background-color: #CA695B; }
a { background-color: rgb(202,105,91); }
div.DivClassName
{
background-color: #CA695B;
}
.BgClassName
{
background-color: #CA695B;
}
</style>
border-color css
<style>
span { border-color: #CA695B; }
span { border-color: rgb(202,105,91); }
td.TdClassName
{
border-color: #CA695B;
}
.TagClassName
{
border-color: #CA695B;
}
</style>