Shades of Laser #CAA654
Tints of Laser #CAA654
RGB
CMYK
RGB Variations
Color information
#CAA654 (or 0xCAA654) is known color: Laser. HEX triplet: CA, A6 and 54. RGB value is (202,166,84). Sum of RGB (Red+Green+Blue) = 202+166+84=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA654 is #3559AB. Grayscale: #A7A7A7. Windows color (decimal): -3496364 or 5547722. OLE color: 5547722.
HSL color Cylindrical-coordinate representation of color #CAA654: hue angle of 41.69º degrees, saturation: 0.53, 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 #CAA654 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 84 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.21 |
| HSL | 41.69º | 0.53% | 0.56% | - |
| HSV(B) | 41.69º | 0.58% | 0.79% | - |
| XYZ | 39.59 | 40.47 | 14.11 | - |
| YUV | 167.42 | 80.93 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 84 | 0 | 0.18 | 0.58 | 0.21 | 41.69 | 0.53 | 0.56 |
| Hex | CA | A6 | 54 | 0 | 12 | 3A | 15 | 2A | 35 | 38 |
| Octal | 312 | 246 | 124 | 0 | 22 | 72 | 25 | 52 | 65 | 70 |
| Binary | 11001010 | 10100110 | 1010100 | 0 | 10010 | 111010 | 10101 | 101010 | 110101 | 111000 |
Color Harmonies of #CAA654
Complementary color
Monochromatic Colors of #CAA654
Black with #CAA654
Text Example
Text Example
White with #CAA654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA654; }
p { color: rgb(202,166,84); }
H1.HeaderClassName
{
color: #CAA654;
}
.AnyTagClassName
{
color: #CAA654;
}
</style>
background-color css
<style>
a { background-color: #CAA654; }
a { background-color: rgb(202,166,84); }
div.DivClassName
{
background-color: #CAA654;
}
.BgClassName
{
background-color: #CAA654;
}
</style>
border-color css
<style>
span { border-color: #CAA654; }
span { border-color: rgb(202,166,84); }
td.TdClassName
{
border-color: #CAA654;
}
.TagClassName
{
border-color: #CAA654;
}
</style>