Shades of Laser #CAA864
Tints of Laser #CAA864
RGB
CMYK
RGB Variations
Color information
#CAA864 (or 0xCAA864) is known color: Laser. HEX triplet: CA, A8 and 64. RGB value is (202,168,100). Sum of RGB (Red+Green+Blue) = 202+168+100=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA864 is #35579B. Grayscale: #AAAAAA. Windows color (decimal): -3495836 or 6596810. OLE color: 6596810.
HSL color Cylindrical-coordinate representation of color #CAA864: hue angle of 40º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAA864 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 100 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.21 |
| HSL | 40º | 0.49% | 0.59% | - |
| HSV(B) | 40º | 0.5% | 0.79% | - |
| XYZ | 40.66 | 41.48 | 17.92 | - |
| YUV | 170.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 100 | 0 | 0.17 | 0.50 | 0.21 | 40 | 0.49 | 0.59 |
| Hex | CA | A8 | 64 | 0 | 11 | 32 | 15 | 28 | 31 | 3B |
| Octal | 312 | 250 | 144 | 0 | 21 | 62 | 25 | 50 | 61 | 73 |
| Binary | 11001010 | 10101000 | 1100100 | 0 | 10001 | 110010 | 10101 | 101000 | 110001 | 111011 |
Color Harmonies of #CAA864
Complementary color
Monochromatic Colors of #CAA864
Black with #CAA864
Text Example
Text Example
White with #CAA864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA864; }
p { color: rgb(202,168,100); }
H1.HeaderClassName
{
color: #CAA864;
}
.AnyTagClassName
{
color: #CAA864;
}
</style>
background-color css
<style>
a { background-color: #CAA864; }
a { background-color: rgb(202,168,100); }
div.DivClassName
{
background-color: #CAA864;
}
.BgClassName
{
background-color: #CAA864;
}
</style>
border-color css
<style>
span { border-color: #CAA864; }
span { border-color: rgb(202,168,100); }
td.TdClassName
{
border-color: #CAA864;
}
.TagClassName
{
border-color: #CAA864;
}
</style>