Shades of Laser #CAA45D
Tints of Laser #CAA45D
RGB
CMYK
RGB Variations
Color information
#CAA45D (or 0xCAA45D) is known color: Laser. HEX triplet: CA, A4 and 5D. RGB value is (202,164,93). Sum of RGB (Red+Green+Blue) = 202+164+93=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA45D is #355BA2. Grayscale: #A7A7A7. Windows color (decimal): -3496867 or 6137034. OLE color: 6137034.
HSL color Cylindrical-coordinate representation of color #CAA45D: hue angle of 39.08º 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 #CAA45D is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 93 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.21 |
| HSL | 39.08º | 0.51% | 0.58% | - |
| HSV(B) | 39.08º | 0.54% | 0.79% | - |
| XYZ | 39.61 | 39.9 | 15.97 | - |
| YUV | 167.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 93 | 0 | 0.19 | 0.54 | 0.21 | 39.08 | 0.51 | 0.58 |
| Hex | CA | A4 | 5D | 0 | 13 | 36 | 15 | 27 | 33 | 3A |
| Octal | 312 | 244 | 135 | 0 | 23 | 66 | 25 | 47 | 63 | 72 |
| Binary | 11001010 | 10100100 | 1011101 | 0 | 10011 | 110110 | 10101 | 100111 | 110011 | 111010 |
Color Harmonies of #CAA45D
Complementary color
Monochromatic Colors of #CAA45D
Black with #CAA45D
Text Example
Text Example
White with #CAA45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA45D; }
p { color: rgb(202,164,93); }
H1.HeaderClassName
{
color: #CAA45D;
}
.AnyTagClassName
{
color: #CAA45D;
}
</style>
background-color css
<style>
a { background-color: #CAA45D; }
a { background-color: rgb(202,164,93); }
div.DivClassName
{
background-color: #CAA45D;
}
.BgClassName
{
background-color: #CAA45D;
}
</style>
border-color css
<style>
span { border-color: #CAA45D; }
span { border-color: rgb(202,164,93); }
td.TdClassName
{
border-color: #CAA45D;
}
.TagClassName
{
border-color: #CAA45D;
}
</style>