Shades of Laser #CAA55D
Tints of Laser #CAA55D
RGB
CMYK
RGB Variations
Color information
#CAA55D (or 0xCAA55D) is known color: Laser. HEX triplet: CA, A5 and 5D. RGB value is (202,165,93). Sum of RGB (Red+Green+Blue) = 202+165+93=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA55D is #355AA2. Grayscale: #A8A8A8. Windows color (decimal): -3496611 or 6137290. OLE color: 6137290.
HSL color Cylindrical-coordinate representation of color #CAA55D: hue angle of 39.63º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAA55D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 93 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.21 |
| HSL | 39.63º | 0.51% | 0.58% | - |
| HSV(B) | 39.63º | 0.54% | 0.79% | - |
| XYZ | 39.79 | 40.26 | 16.03 | - |
| YUV | 167.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 93 | 0 | 0.18 | 0.54 | 0.21 | 39.63 | 0.51 | 0.58 |
| Hex | CA | A5 | 5D | 0 | 12 | 36 | 15 | 28 | 33 | 3A |
| Octal | 312 | 245 | 135 | 0 | 22 | 66 | 25 | 50 | 63 | 72 |
| Binary | 11001010 | 10100101 | 1011101 | 0 | 10010 | 110110 | 10101 | 101000 | 110011 | 111010 |
Color Harmonies of #CAA55D
Complementary color
Monochromatic Colors of #CAA55D
Black with #CAA55D
Text Example
Text Example
White with #CAA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA55D; }
p { color: rgb(202,165,93); }
H1.HeaderClassName
{
color: #CAA55D;
}
.AnyTagClassName
{
color: #CAA55D;
}
</style>
background-color css
<style>
a { background-color: #CAA55D; }
a { background-color: rgb(202,165,93); }
div.DivClassName
{
background-color: #CAA55D;
}
.BgClassName
{
background-color: #CAA55D;
}
</style>
border-color css
<style>
span { border-color: #CAA55D; }
span { border-color: rgb(202,165,93); }
td.TdClassName
{
border-color: #CAA55D;
}
.TagClassName
{
border-color: #CAA55D;
}
</style>