Shades of Laser #CAA55B
Tints of Laser #CAA55B
RGB
CMYK
RGB Variations
Color information
#CAA55B (or 0xCAA55B) is known color: Laser. HEX triplet: CA, A5 and 5B. RGB value is (202,165,91). Sum of RGB (Red+Green+Blue) = 202+165+91=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA55B is #355AA4. Grayscale: #A7A7A7. Windows color (decimal): -3496613 or 6006218. OLE color: 6006218.
HSL color Cylindrical-coordinate representation of color #CAA55B: hue angle of 40º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAA55B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 91 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.21 |
| HSL | 40º | 0.51% | 0.57% | - |
| HSV(B) | 40º | 0.55% | 0.79% | - |
| XYZ | 39.7 | 40.22 | 15.57 | - |
| YUV | 167.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 91 | 0 | 0.18 | 0.55 | 0.21 | 40 | 0.51 | 0.57 |
| Hex | CA | A5 | 5B | 0 | 12 | 37 | 15 | 28 | 33 | 39 |
| Octal | 312 | 245 | 133 | 0 | 22 | 67 | 25 | 50 | 63 | 71 |
| Binary | 11001010 | 10100101 | 1011011 | 0 | 10010 | 110111 | 10101 | 101000 | 110011 | 111001 |
Color Harmonies of #CAA55B
Complementary color
Monochromatic Colors of #CAA55B
Black with #CAA55B
Text Example
Text Example
White with #CAA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA55B; }
p { color: rgb(202,165,91); }
H1.HeaderClassName
{
color: #CAA55B;
}
.AnyTagClassName
{
color: #CAA55B;
}
</style>
background-color css
<style>
a { background-color: #CAA55B; }
a { background-color: rgb(202,165,91); }
div.DivClassName
{
background-color: #CAA55B;
}
.BgClassName
{
background-color: #CAA55B;
}
</style>
border-color css
<style>
span { border-color: #CAA55B; }
span { border-color: rgb(202,165,91); }
td.TdClassName
{
border-color: #CAA55B;
}
.TagClassName
{
border-color: #CAA55B;
}
</style>