Shades of Laser #CAA655
Tints of Laser #CAA655
RGB
CMYK
RGB Variations
Color information
#CAA655 (or 0xCAA655) is known color: Laser. HEX triplet: CA, A6 and 55. RGB value is (202,166,85). Sum of RGB (Red+Green+Blue) = 202+166+85=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA655 is #3559AA. Grayscale: #A7A7A7. Windows color (decimal): -3496363 or 5613258. OLE color: 5613258.
HSL color Cylindrical-coordinate representation of color #CAA655: hue angle of 41.54º degrees, saturation: 0.52, 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 #CAA655 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 85 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.21 |
| HSL | 41.54º | 0.52% | 0.56% | - |
| HSV(B) | 41.54º | 0.58% | 0.79% | - |
| XYZ | 39.63 | 40.48 | 14.32 | - |
| YUV | 167.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 85 | 0 | 0.18 | 0.58 | 0.21 | 41.54 | 0.52 | 0.56 |
| Hex | CA | A6 | 55 | 0 | 12 | 3A | 15 | 2A | 34 | 38 |
| Octal | 312 | 246 | 125 | 0 | 22 | 72 | 25 | 52 | 64 | 70 |
| Binary | 11001010 | 10100110 | 1010101 | 0 | 10010 | 111010 | 10101 | 101010 | 110100 | 111000 |
Color Harmonies of #CAA655
Complementary color
Monochromatic Colors of #CAA655
Black with #CAA655
Text Example
Text Example
White with #CAA655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA655; }
p { color: rgb(202,166,85); }
H1.HeaderClassName
{
color: #CAA655;
}
.AnyTagClassName
{
color: #CAA655;
}
</style>
background-color css
<style>
a { background-color: #CAA655; }
a { background-color: rgb(202,166,85); }
div.DivClassName
{
background-color: #CAA655;
}
.BgClassName
{
background-color: #CAA655;
}
</style>
border-color css
<style>
span { border-color: #CAA655; }
span { border-color: rgb(202,166,85); }
td.TdClassName
{
border-color: #CAA655;
}
.TagClassName
{
border-color: #CAA655;
}
</style>