Shades of Laser #CAA955
Tints of Laser #CAA955
RGB
CMYK
RGB Variations
Color information
#CAA955 (or 0xCAA955) is known color: Laser. HEX triplet: CA, A9 and 55. RGB value is (202,169,85). Sum of RGB (Red+Green+Blue) = 202+169+85=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA955 is #3556AA. Grayscale: #A9A9A9. Windows color (decimal): -3495595 or 5614026. OLE color: 5614026.
HSL color Cylindrical-coordinate representation of color #CAA955: hue angle of 43.08º 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 #CAA955 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 85 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.21 |
| HSL | 43.08º | 0.52% | 0.56% | - |
| HSV(B) | 43.08º | 0.58% | 0.79% | - |
| XYZ | 40.18 | 41.59 | 14.5 | - |
| YUV | 169.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 85 | 0 | 0.16 | 0.58 | 0.21 | 43.08 | 0.52 | 0.56 |
| Hex | CA | A9 | 55 | 0 | 10 | 3A | 15 | 2B | 34 | 38 |
| Octal | 312 | 251 | 125 | 0 | 20 | 72 | 25 | 53 | 64 | 70 |
| Binary | 11001010 | 10101001 | 1010101 | 0 | 10000 | 111010 | 10101 | 101011 | 110100 | 111000 |
Color Harmonies of #CAA955
Complementary color
Monochromatic Colors of #CAA955
Black with #CAA955
Text Example
Text Example
White with #CAA955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA955; }
p { color: rgb(202,169,85); }
H1.HeaderClassName
{
color: #CAA955;
}
.AnyTagClassName
{
color: #CAA955;
}
</style>
background-color css
<style>
a { background-color: #CAA955; }
a { background-color: rgb(202,169,85); }
div.DivClassName
{
background-color: #CAA955;
}
.BgClassName
{
background-color: #CAA955;
}
</style>
border-color css
<style>
span { border-color: #CAA955; }
span { border-color: rgb(202,169,85); }
td.TdClassName
{
border-color: #CAA955;
}
.TagClassName
{
border-color: #CAA955;
}
</style>