Shades of Laser #CAA855
Tints of Laser #CAA855
RGB
CMYK
RGB Variations
Color information
#CAA855 (or 0xCAA855) is known color: Laser. HEX triplet: CA, A8 and 55. RGB value is (202,168,85). Sum of RGB (Red+Green+Blue) = 202+168+85=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA855 is #3557AA. Grayscale: #A9A9A9. Windows color (decimal): -3495851 or 5613770. OLE color: 5613770.
HSL color Cylindrical-coordinate representation of color #CAA855: hue angle of 42.56º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAA855 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 85 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.21 |
| HSL | 42.56º | 0.52% | 0.56% | - |
| HSV(B) | 42.56º | 0.58% | 0.79% | - |
| XYZ | 40 | 41.22 | 14.44 | - |
| YUV | 168.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 85 | 0 | 0.17 | 0.58 | 0.21 | 42.56 | 0.52 | 0.56 |
| Hex | CA | A8 | 55 | 0 | 11 | 3A | 15 | 2B | 34 | 38 |
| Octal | 312 | 250 | 125 | 0 | 21 | 72 | 25 | 53 | 64 | 70 |
| Binary | 11001010 | 10101000 | 1010101 | 0 | 10001 | 111010 | 10101 | 101011 | 110100 | 111000 |
Color Harmonies of #CAA855
Complementary color
Monochromatic Colors of #CAA855
Black with #CAA855
Text Example
Text Example
White with #CAA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA855; }
p { color: rgb(202,168,85); }
H1.HeaderClassName
{
color: #CAA855;
}
.AnyTagClassName
{
color: #CAA855;
}
</style>
background-color css
<style>
a { background-color: #CAA855; }
a { background-color: rgb(202,168,85); }
div.DivClassName
{
background-color: #CAA855;
}
.BgClassName
{
background-color: #CAA855;
}
</style>
border-color css
<style>
span { border-color: #CAA855; }
span { border-color: rgb(202,168,85); }
td.TdClassName
{
border-color: #CAA855;
}
.TagClassName
{
border-color: #CAA855;
}
</style>