Shades of Laser #CAA756
Tints of Laser #CAA756
RGB
CMYK
RGB Variations
Color information
#CAA756 (or 0xCAA756) is known color: Laser. HEX triplet: CA, A7 and 56. RGB value is (202,167,86). Sum of RGB (Red+Green+Blue) = 202+167+86=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA756 is #3558A9. Grayscale: #A8A8A8. Windows color (decimal): -3496106 or 5679050. OLE color: 5679050.
HSL color Cylindrical-coordinate representation of color #CAA756: hue angle of 41.9º 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 #CAA756 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 86 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.21 |
| HSL | 41.9º | 0.52% | 0.56% | - |
| HSV(B) | 41.9º | 0.57% | 0.79% | - |
| XYZ | 39.86 | 40.87 | 14.59 | - |
| YUV | 168.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 86 | 0 | 0.17 | 0.57 | 0.21 | 41.9 | 0.52 | 0.56 |
| Hex | CA | A7 | 56 | 0 | 11 | 39 | 15 | 2A | 34 | 38 |
| Octal | 312 | 247 | 126 | 0 | 21 | 71 | 25 | 52 | 64 | 70 |
| Binary | 11001010 | 10100111 | 1010110 | 0 | 10001 | 111001 | 10101 | 101010 | 110100 | 111000 |
Color Harmonies of #CAA756
Complementary color
Monochromatic Colors of #CAA756
Black with #CAA756
Text Example
Text Example
White with #CAA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA756; }
p { color: rgb(202,167,86); }
H1.HeaderClassName
{
color: #CAA756;
}
.AnyTagClassName
{
color: #CAA756;
}
</style>
background-color css
<style>
a { background-color: #CAA756; }
a { background-color: rgb(202,167,86); }
div.DivClassName
{
background-color: #CAA756;
}
.BgClassName
{
background-color: #CAA756;
}
</style>
border-color css
<style>
span { border-color: #CAA756; }
span { border-color: rgb(202,167,86); }
td.TdClassName
{
border-color: #CAA756;
}
.TagClassName
{
border-color: #CAA756;
}
</style>