Shades of Laser #CAA353
Tints of Laser #CAA353
RGB
CMYK
RGB Variations
Color information
#CAA353 (or 0xCAA353) is known color: Laser. HEX triplet: CA, A3 and 53. RGB value is (202,163,83). Sum of RGB (Red+Green+Blue) = 202+163+83=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA353 is #355CAC. Grayscale: #A5A5A5. Windows color (decimal): -3497133 or 5481418. OLE color: 5481418.
HSL color Cylindrical-coordinate representation of color #CAA353: hue angle of 40.34º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAA353 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 83 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.21 |
| HSL | 40.34º | 0.53% | 0.56% | - |
| HSV(B) | 40.34º | 0.59% | 0.79% | - |
| XYZ | 39.02 | 39.38 | 13.73 | - |
| YUV | 165.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 83 | 0 | 0.19 | 0.59 | 0.21 | 40.34 | 0.53 | 0.56 |
| Hex | CA | A3 | 53 | 0 | 13 | 3B | 15 | 28 | 35 | 38 |
| Octal | 312 | 243 | 123 | 0 | 23 | 73 | 25 | 50 | 65 | 70 |
| Binary | 11001010 | 10100011 | 1010011 | 0 | 10011 | 111011 | 10101 | 101000 | 110101 | 111000 |
Color Harmonies of #CAA353
Complementary color
Monochromatic Colors of #CAA353
Black with #CAA353
Text Example
Text Example
White with #CAA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA353; }
p { color: rgb(202,163,83); }
H1.HeaderClassName
{
color: #CAA353;
}
.AnyTagClassName
{
color: #CAA353;
}
</style>
background-color css
<style>
a { background-color: #CAA353; }
a { background-color: rgb(202,163,83); }
div.DivClassName
{
background-color: #CAA353;
}
.BgClassName
{
background-color: #CAA353;
}
</style>
border-color css
<style>
span { border-color: #CAA353; }
span { border-color: rgb(202,163,83); }
td.TdClassName
{
border-color: #CAA353;
}
.TagClassName
{
border-color: #CAA353;
}
</style>