Shades of Laser #CAA863
Tints of Laser #CAA863
RGB
CMYK
RGB Variations
Color information
#CAA863 (or 0xCAA863) is known color: Laser. HEX triplet: CA, A8 and 63. RGB value is (202,168,99). Sum of RGB (Red+Green+Blue) = 202+168+99=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA863 is #35579C. Grayscale: #AAAAAA. Windows color (decimal): -3495837 or 6531274. OLE color: 6531274.
HSL color Cylindrical-coordinate representation of color #CAA863: hue angle of 40.19º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAA863 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 99 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.21 |
| HSL | 40.19º | 0.49% | 0.59% | - |
| HSV(B) | 40.19º | 0.51% | 0.79% | - |
| XYZ | 40.61 | 41.46 | 17.67 | - |
| YUV | 170.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 99 | 0 | 0.17 | 0.51 | 0.21 | 40.19 | 0.49 | 0.59 |
| Hex | CA | A8 | 63 | 0 | 11 | 33 | 15 | 28 | 31 | 3B |
| Octal | 312 | 250 | 143 | 0 | 21 | 63 | 25 | 50 | 61 | 73 |
| Binary | 11001010 | 10101000 | 1100011 | 0 | 10001 | 110011 | 10101 | 101000 | 110001 | 111011 |
Color Harmonies of #CAA863
Complementary color
Monochromatic Colors of #CAA863
Black with #CAA863
Text Example
Text Example
White with #CAA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA863; }
p { color: rgb(202,168,99); }
H1.HeaderClassName
{
color: #CAA863;
}
.AnyTagClassName
{
color: #CAA863;
}
</style>
background-color css
<style>
a { background-color: #CAA863; }
a { background-color: rgb(202,168,99); }
div.DivClassName
{
background-color: #CAA863;
}
.BgClassName
{
background-color: #CAA863;
}
</style>
border-color css
<style>
span { border-color: #CAA863; }
span { border-color: rgb(202,168,99); }
td.TdClassName
{
border-color: #CAA863;
}
.TagClassName
{
border-color: #CAA863;
}
</style>