Shades of Laser #CAA657
Tints of Laser #CAA657
RGB
CMYK
RGB Variations
Color information
#CAA657 (or 0xCAA657) is known color: Laser. HEX triplet: CA, A6 and 57. RGB value is (202,166,87). Sum of RGB (Red+Green+Blue) = 202+166+87=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA657 is #3559A8. Grayscale: #A8A8A8. Windows color (decimal): -3496361 or 5744330. OLE color: 5744330.
HSL color Cylindrical-coordinate representation of color #CAA657: hue angle of 41.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAA657 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 87 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.21 |
| HSL | 41.22º | 0.52% | 0.57% | - |
| HSV(B) | 41.22º | 0.57% | 0.79% | - |
| XYZ | 39.71 | 40.52 | 14.74 | - |
| YUV | 167.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 87 | 0 | 0.18 | 0.57 | 0.21 | 41.22 | 0.52 | 0.57 |
| Hex | CA | A6 | 57 | 0 | 12 | 39 | 15 | 29 | 34 | 39 |
| Octal | 312 | 246 | 127 | 0 | 22 | 71 | 25 | 51 | 64 | 71 |
| Binary | 11001010 | 10100110 | 1010111 | 0 | 10010 | 111001 | 10101 | 101001 | 110100 | 111001 |
Color Harmonies of #CAA657
Complementary color
Monochromatic Colors of #CAA657
Black with #CAA657
Text Example
Text Example
White with #CAA657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA657; }
p { color: rgb(202,166,87); }
H1.HeaderClassName
{
color: #CAA657;
}
.AnyTagClassName
{
color: #CAA657;
}
</style>
background-color css
<style>
a { background-color: #CAA657; }
a { background-color: rgb(202,166,87); }
div.DivClassName
{
background-color: #CAA657;
}
.BgClassName
{
background-color: #CAA657;
}
</style>
border-color css
<style>
span { border-color: #CAA657; }
span { border-color: rgb(202,166,87); }
td.TdClassName
{
border-color: #CAA657;
}
.TagClassName
{
border-color: #CAA657;
}
</style>