Shades of Laser #CAA259
Tints of Laser #CAA259
RGB
CMYK
RGB Variations
Color information
#CAA259 (or 0xCAA259) is known color: Laser. HEX triplet: CA, A2 and 59. RGB value is (202,162,89). Sum of RGB (Red+Green+Blue) = 202+162+89=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA259 is #355DA6. Grayscale: #A5A5A5. Windows color (decimal): -3497383 or 5874378. OLE color: 5874378.
HSL color Cylindrical-coordinate representation of color #CAA259: hue angle of 38.76º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAA259 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 89 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.21 |
| HSL | 38.76º | 0.52% | 0.57% | - |
| HSV(B) | 38.76º | 0.56% | 0.79% | - |
| XYZ | 39.08 | 39.12 | 14.94 | - |
| YUV | 165.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 89 | 0 | 0.20 | 0.56 | 0.21 | 38.76 | 0.52 | 0.57 |
| Hex | CA | A2 | 59 | 0 | 14 | 38 | 15 | 27 | 34 | 39 |
| Octal | 312 | 242 | 131 | 0 | 24 | 70 | 25 | 47 | 64 | 71 |
| Binary | 11001010 | 10100010 | 1011001 | 0 | 10100 | 111000 | 10101 | 100111 | 110100 | 111001 |
Color Harmonies of #CAA259
Complementary color
Monochromatic Colors of #CAA259
Black with #CAA259
Text Example
Text Example
White with #CAA259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA259; }
p { color: rgb(202,162,89); }
H1.HeaderClassName
{
color: #CAA259;
}
.AnyTagClassName
{
color: #CAA259;
}
</style>
background-color css
<style>
a { background-color: #CAA259; }
a { background-color: rgb(202,162,89); }
div.DivClassName
{
background-color: #CAA259;
}
.BgClassName
{
background-color: #CAA259;
}
</style>
border-color css
<style>
span { border-color: #CAA259; }
span { border-color: rgb(202,162,89); }
td.TdClassName
{
border-color: #CAA259;
}
.TagClassName
{
border-color: #CAA259;
}
</style>