Shades of Laser #CAA45A
Tints of Laser #CAA45A
RGB
CMYK
RGB Variations
Color information
#CAA45A (or 0xCAA45A) is known color: Laser. HEX triplet: CA, A4 and 5A. RGB value is (202,164,90). Sum of RGB (Red+Green+Blue) = 202+164+90=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA45A is #355BA5. Grayscale: #A7A7A7. Windows color (decimal): -3496870 or 5940426. OLE color: 5940426.
HSL color Cylindrical-coordinate representation of color #CAA45A: hue angle of 39.64º 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 #CAA45A is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 90 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.21 |
| HSL | 39.64º | 0.51% | 0.57% | - |
| HSV(B) | 39.64º | 0.55% | 0.79% | - |
| XYZ | 39.48 | 39.85 | 15.28 | - |
| YUV | 166.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 90 | 0 | 0.19 | 0.55 | 0.21 | 39.64 | 0.51 | 0.57 |
| Hex | CA | A4 | 5A | 0 | 13 | 37 | 15 | 28 | 33 | 39 |
| Octal | 312 | 244 | 132 | 0 | 23 | 67 | 25 | 50 | 63 | 71 |
| Binary | 11001010 | 10100100 | 1011010 | 0 | 10011 | 110111 | 10101 | 101000 | 110011 | 111001 |
Color Harmonies of #CAA45A
Complementary color
Monochromatic Colors of #CAA45A
Black with #CAA45A
Text Example
Text Example
White with #CAA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA45A; }
p { color: rgb(202,164,90); }
H1.HeaderClassName
{
color: #CAA45A;
}
.AnyTagClassName
{
color: #CAA45A;
}
</style>
background-color css
<style>
a { background-color: #CAA45A; }
a { background-color: rgb(202,164,90); }
div.DivClassName
{
background-color: #CAA45A;
}
.BgClassName
{
background-color: #CAA45A;
}
</style>
border-color css
<style>
span { border-color: #CAA45A; }
span { border-color: rgb(202,164,90); }
td.TdClassName
{
border-color: #CAA45A;
}
.TagClassName
{
border-color: #CAA45A;
}
</style>