Shades of Laser #CAA256
Tints of Laser #CAA256
RGB
CMYK
RGB Variations
Color information
#CAA256 (or 0xCAA256) is known color: Laser. HEX triplet: CA, A2 and 56. RGB value is (202,162,86). Sum of RGB (Red+Green+Blue) = 202+162+86=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA256 is #355DA9. Grayscale: #A5A5A5. Windows color (decimal): -3497386 or 5677770. OLE color: 5677770.
HSL color Cylindrical-coordinate representation of color #CAA256: hue angle of 39.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAA256 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 86 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.21 |
| HSL | 39.31º | 0.52% | 0.56% | - |
| HSV(B) | 39.31º | 0.57% | 0.79% | - |
| XYZ | 38.96 | 39.07 | 14.29 | - |
| YUV | 165.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 86 | 0 | 0.20 | 0.57 | 0.21 | 39.31 | 0.52 | 0.56 |
| Hex | CA | A2 | 56 | 0 | 14 | 39 | 15 | 27 | 34 | 38 |
| Octal | 312 | 242 | 126 | 0 | 24 | 71 | 25 | 47 | 64 | 70 |
| Binary | 11001010 | 10100010 | 1010110 | 0 | 10100 | 111001 | 10101 | 100111 | 110100 | 111000 |
Color Harmonies of #CAA256
Complementary color
Monochromatic Colors of #CAA256
Black with #CAA256
Text Example
Text Example
White with #CAA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA256; }
p { color: rgb(202,162,86); }
H1.HeaderClassName
{
color: #CAA256;
}
.AnyTagClassName
{
color: #CAA256;
}
</style>
background-color css
<style>
a { background-color: #CAA256; }
a { background-color: rgb(202,162,86); }
div.DivClassName
{
background-color: #CAA256;
}
.BgClassName
{
background-color: #CAA256;
}
</style>
border-color css
<style>
span { border-color: #CAA256; }
span { border-color: rgb(202,162,86); }
td.TdClassName
{
border-color: #CAA256;
}
.TagClassName
{
border-color: #CAA256;
}
</style>