Shades of Laser #CAA356
Tints of Laser #CAA356
RGB
CMYK
RGB Variations
Color information
#CAA356 (or 0xCAA356) is known color: Laser. HEX triplet: CA, A3 and 56. RGB value is (202,163,86). Sum of RGB (Red+Green+Blue) = 202+163+86=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA356 is #355CA9. Grayscale: #A6A6A6. Windows color (decimal): -3497130 or 5678026. OLE color: 5678026.
HSL color Cylindrical-coordinate representation of color #CAA356: hue angle of 39.83º 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 #CAA356 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 86 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.21 |
| HSL | 39.83º | 0.52% | 0.56% | - |
| HSV(B) | 39.83º | 0.57% | 0.79% | - |
| XYZ | 39.13 | 39.42 | 14.35 | - |
| YUV | 165.88 | 82.92 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 86 | 0 | 0.19 | 0.57 | 0.21 | 39.83 | 0.52 | 0.56 |
| Hex | CA | A3 | 56 | 0 | 13 | 39 | 15 | 28 | 34 | 38 |
| Octal | 312 | 243 | 126 | 0 | 23 | 71 | 25 | 50 | 64 | 70 |
| Binary | 11001010 | 10100011 | 1010110 | 0 | 10011 | 111001 | 10101 | 101000 | 110100 | 111000 |
Color Harmonies of #CAA356
Complementary color
Monochromatic Colors of #CAA356
Black with #CAA356
Text Example
Text Example
White with #CAA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA356; }
p { color: rgb(202,163,86); }
H1.HeaderClassName
{
color: #CAA356;
}
.AnyTagClassName
{
color: #CAA356;
}
</style>
background-color css
<style>
a { background-color: #CAA356; }
a { background-color: rgb(202,163,86); }
div.DivClassName
{
background-color: #CAA356;
}
.BgClassName
{
background-color: #CAA356;
}
</style>
border-color css
<style>
span { border-color: #CAA356; }
span { border-color: rgb(202,163,86); }
td.TdClassName
{
border-color: #CAA356;
}
.TagClassName
{
border-color: #CAA356;
}
</style>