Shades of Laser #CAA658
Tints of Laser #CAA658
RGB
CMYK
RGB Variations
Color information
#CAA658 (or 0xCAA658) is known color: Laser. HEX triplet: CA, A6 and 58. RGB value is (202,166,88). Sum of RGB (Red+Green+Blue) = 202+166+88=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA658 is #3559A7. Grayscale: #A8A8A8. Windows color (decimal): -3496360 or 5809866. OLE color: 5809866.
HSL color Cylindrical-coordinate representation of color #CAA658: hue angle of 41.05º 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 #CAA658 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 88 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.21 |
| HSL | 41.05º | 0.52% | 0.57% | - |
| HSV(B) | 41.05º | 0.56% | 0.79% | - |
| XYZ | 39.75 | 40.53 | 14.96 | - |
| YUV | 167.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 88 | 0 | 0.18 | 0.56 | 0.21 | 41.05 | 0.52 | 0.57 |
| Hex | CA | A6 | 58 | 0 | 12 | 38 | 15 | 29 | 34 | 39 |
| Octal | 312 | 246 | 130 | 0 | 22 | 70 | 25 | 51 | 64 | 71 |
| Binary | 11001010 | 10100110 | 1011000 | 0 | 10010 | 111000 | 10101 | 101001 | 110100 | 111001 |
Color Harmonies of #CAA658
Complementary color
Monochromatic Colors of #CAA658
Black with #CAA658
Text Example
Text Example
White with #CAA658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA658; }
p { color: rgb(202,166,88); }
H1.HeaderClassName
{
color: #CAA658;
}
.AnyTagClassName
{
color: #CAA658;
}
</style>
background-color css
<style>
a { background-color: #CAA658; }
a { background-color: rgb(202,166,88); }
div.DivClassName
{
background-color: #CAA658;
}
.BgClassName
{
background-color: #CAA658;
}
</style>
border-color css
<style>
span { border-color: #CAA658; }
span { border-color: rgb(202,166,88); }
td.TdClassName
{
border-color: #CAA658;
}
.TagClassName
{
border-color: #CAA658;
}
</style>