Shades of Laser #CAA562
Tints of Laser #CAA562
RGB
CMYK
RGB Variations
Color information
#CAA562 (or 0xCAA562) is known color: Laser. HEX triplet: CA, A5 and 62. RGB value is (202,165,98). Sum of RGB (Red+Green+Blue) = 202+165+98=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA562 is #355A9D. Grayscale: #A8A8A8. Windows color (decimal): -3496606 or 6464970. OLE color: 6464970.
HSL color Cylindrical-coordinate representation of color #CAA562: hue angle of 38.65º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAA562 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 98 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.21 |
| HSL | 38.65º | 0.5% | 0.59% | - |
| HSV(B) | 38.65º | 0.51% | 0.79% | - |
| XYZ | 40.02 | 40.35 | 17.23 | - |
| YUV | 168.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 98 | 0 | 0.18 | 0.51 | 0.21 | 38.65 | 0.5 | 0.59 |
| Hex | CA | A5 | 62 | 0 | 12 | 33 | 15 | 27 | 32 | 3B |
| Octal | 312 | 245 | 142 | 0 | 22 | 63 | 25 | 47 | 62 | 73 |
| Binary | 11001010 | 10100101 | 1100010 | 0 | 10010 | 110011 | 10101 | 100111 | 110010 | 111011 |
Color Harmonies of #CAA562
Complementary color
Monochromatic Colors of #CAA562
Black with #CAA562
Text Example
Text Example
White with #CAA562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA562; }
p { color: rgb(202,165,98); }
H1.HeaderClassName
{
color: #CAA562;
}
.AnyTagClassName
{
color: #CAA562;
}
</style>
background-color css
<style>
a { background-color: #CAA562; }
a { background-color: rgb(202,165,98); }
div.DivClassName
{
background-color: #CAA562;
}
.BgClassName
{
background-color: #CAA562;
}
</style>
border-color css
<style>
span { border-color: #CAA562; }
span { border-color: rgb(202,165,98); }
td.TdClassName
{
border-color: #CAA562;
}
.TagClassName
{
border-color: #CAA562;
}
</style>