Shades of Laser #CAA466
Tints of Laser #CAA466
RGB
CMYK
RGB Variations
Color information
#CAA466 (or 0xCAA466) is known color: Laser. HEX triplet: CA, A4 and 66. RGB value is (202,164,102). Sum of RGB (Red+Green+Blue) = 202+164+102=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA466 is #355B99. Grayscale: #A8A8A8. Windows color (decimal): -3496858 or 6726858. OLE color: 6726858.
HSL color Cylindrical-coordinate representation of color #CAA466: hue angle of 37.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAA466 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 102 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.21 |
| HSL | 37.2º | 0.49% | 0.6% | - |
| HSV(B) | 37.2º | 0.5% | 0.79% | - |
| XYZ | 40.03 | 40.07 | 18.19 | - |
| YUV | 168.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 102 | 0 | 0.19 | 0.50 | 0.21 | 37.2 | 0.49 | 0.6 |
| Hex | CA | A4 | 66 | 0 | 13 | 32 | 15 | 25 | 31 | 3C |
| Octal | 312 | 244 | 146 | 0 | 23 | 62 | 25 | 45 | 61 | 74 |
| Binary | 11001010 | 10100100 | 1100110 | 0 | 10011 | 110010 | 10101 | 100101 | 110001 | 111100 |
Color Harmonies of #CAA466
Complementary color
Monochromatic Colors of #CAA466
Black with #CAA466
Text Example
Text Example
White with #CAA466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA466; }
p { color: rgb(202,164,102); }
H1.HeaderClassName
{
color: #CAA466;
}
.AnyTagClassName
{
color: #CAA466;
}
</style>
background-color css
<style>
a { background-color: #CAA466; }
a { background-color: rgb(202,164,102); }
div.DivClassName
{
background-color: #CAA466;
}
.BgClassName
{
background-color: #CAA466;
}
</style>
border-color css
<style>
span { border-color: #CAA466; }
span { border-color: rgb(202,164,102); }
td.TdClassName
{
border-color: #CAA466;
}
.TagClassName
{
border-color: #CAA466;
}
</style>