Shades of Laser #CAA758
Tints of Laser #CAA758
RGB
CMYK
RGB Variations
Color information
#CAA758 (or 0xCAA758) is known color: Laser. HEX triplet: CA, A7 and 58. RGB value is (202,167,88). Sum of RGB (Red+Green+Blue) = 202+167+88=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA758 is #3558A7. Grayscale: #A8A8A8. Windows color (decimal): -3496104 or 5810122. OLE color: 5810122.
HSL color Cylindrical-coordinate representation of color #CAA758: hue angle of 41.58º 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 #CAA758 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 88 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.21 |
| HSL | 41.58º | 0.52% | 0.57% | - |
| HSV(B) | 41.58º | 0.56% | 0.79% | - |
| XYZ | 39.94 | 40.9 | 15.02 | - |
| YUV | 168.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 88 | 0 | 0.17 | 0.56 | 0.21 | 41.58 | 0.52 | 0.57 |
| Hex | CA | A7 | 58 | 0 | 11 | 38 | 15 | 2A | 34 | 39 |
| Octal | 312 | 247 | 130 | 0 | 21 | 70 | 25 | 52 | 64 | 71 |
| Binary | 11001010 | 10100111 | 1011000 | 0 | 10001 | 111000 | 10101 | 101010 | 110100 | 111001 |
Color Harmonies of #CAA758
Complementary color
Monochromatic Colors of #CAA758
Black with #CAA758
Text Example
Text Example
White with #CAA758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA758; }
p { color: rgb(202,167,88); }
H1.HeaderClassName
{
color: #CAA758;
}
.AnyTagClassName
{
color: #CAA758;
}
</style>
background-color css
<style>
a { background-color: #CAA758; }
a { background-color: rgb(202,167,88); }
div.DivClassName
{
background-color: #CAA758;
}
.BgClassName
{
background-color: #CAA758;
}
</style>
border-color css
<style>
span { border-color: #CAA758; }
span { border-color: rgb(202,167,88); }
td.TdClassName
{
border-color: #CAA758;
}
.TagClassName
{
border-color: #CAA758;
}
</style>