Shades of Laser #CAA254
Tints of Laser #CAA254
RGB
CMYK
RGB Variations
Color information
#CAA254 (or 0xCAA254) is known color: Laser. HEX triplet: CA, A2 and 54. RGB value is (202,162,84). Sum of RGB (Red+Green+Blue) = 202+162+84=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA254 is #355DAB. Grayscale: #A5A5A5. Windows color (decimal): -3497388 or 5546698. OLE color: 5546698.
HSL color Cylindrical-coordinate representation of color #CAA254: hue angle of 39.66º 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 #CAA254 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 84 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.21 |
| HSL | 39.66º | 0.53% | 0.56% | - |
| HSV(B) | 39.66º | 0.58% | 0.79% | - |
| XYZ | 38.88 | 39.04 | 13.87 | - |
| YUV | 165.07 | 82.25 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 84 | 0 | 0.20 | 0.58 | 0.21 | 39.66 | 0.53 | 0.56 |
| Hex | CA | A2 | 54 | 0 | 14 | 3A | 15 | 28 | 35 | 38 |
| Octal | 312 | 242 | 124 | 0 | 24 | 72 | 25 | 50 | 65 | 70 |
| Binary | 11001010 | 10100010 | 1010100 | 0 | 10100 | 111010 | 10101 | 101000 | 110101 | 111000 |
Color Harmonies of #CAA254
Complementary color
Monochromatic Colors of #CAA254
Black with #CAA254
Text Example
Text Example
White with #CAA254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA254; }
p { color: rgb(202,162,84); }
H1.HeaderClassName
{
color: #CAA254;
}
.AnyTagClassName
{
color: #CAA254;
}
</style>
background-color css
<style>
a { background-color: #CAA254; }
a { background-color: rgb(202,162,84); }
div.DivClassName
{
background-color: #CAA254;
}
.BgClassName
{
background-color: #CAA254;
}
</style>
border-color css
<style>
span { border-color: #CAA254; }
span { border-color: rgb(202,162,84); }
td.TdClassName
{
border-color: #CAA254;
}
.TagClassName
{
border-color: #CAA254;
}
</style>