Shades of Laser #CAA25D
Tints of Laser #CAA25D
RGB
CMYK
RGB Variations
Color information
#CAA25D (or 0xCAA25D) is known color: Laser. HEX triplet: CA, A2 and 5D. RGB value is (202,162,93). Sum of RGB (Red+Green+Blue) = 202+162+93=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA25D is #355DA2. Grayscale: #A6A6A6. Windows color (decimal): -3497379 or 6136522. OLE color: 6136522.
HSL color Cylindrical-coordinate representation of color #CAA25D: hue angle of 37.98º 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 #CAA25D is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 93 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.21 |
| HSL | 37.98º | 0.51% | 0.58% | - |
| HSV(B) | 37.98º | 0.54% | 0.79% | - |
| XYZ | 39.25 | 39.19 | 15.85 | - |
| YUV | 166.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 93 | 0 | 0.20 | 0.54 | 0.21 | 37.98 | 0.51 | 0.58 |
| Hex | CA | A2 | 5D | 0 | 14 | 36 | 15 | 26 | 33 | 3A |
| Octal | 312 | 242 | 135 | 0 | 24 | 66 | 25 | 46 | 63 | 72 |
| Binary | 11001010 | 10100010 | 1011101 | 0 | 10100 | 110110 | 10101 | 100110 | 110011 | 111010 |
Color Harmonies of #CAA25D
Complementary color
Monochromatic Colors of #CAA25D
Black with #CAA25D
Text Example
Text Example
White with #CAA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA25D; }
p { color: rgb(202,162,93); }
H1.HeaderClassName
{
color: #CAA25D;
}
.AnyTagClassName
{
color: #CAA25D;
}
</style>
background-color css
<style>
a { background-color: #CAA25D; }
a { background-color: rgb(202,162,93); }
div.DivClassName
{
background-color: #CAA25D;
}
.BgClassName
{
background-color: #CAA25D;
}
</style>
border-color css
<style>
span { border-color: #CAA25D; }
span { border-color: rgb(202,162,93); }
td.TdClassName
{
border-color: #CAA25D;
}
.TagClassName
{
border-color: #CAA25D;
}
</style>