Shades of Laser #CAA463
Tints of Laser #CAA463
RGB
CMYK
RGB Variations
Color information
#CAA463 (or 0xCAA463) is known color: Laser. HEX triplet: CA, A4 and 63. RGB value is (202,164,99). Sum of RGB (Red+Green+Blue) = 202+164+99=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA463 is #355B9C. Grayscale: #A8A8A8. Windows color (decimal): -3496861 or 6530250. OLE color: 6530250.
HSL color Cylindrical-coordinate representation of color #CAA463: hue angle of 37.86º degrees, saturation: 0.49, 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 #CAA463 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 99 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.21 |
| HSL | 37.86º | 0.49% | 0.59% | - |
| HSV(B) | 37.86º | 0.51% | 0.79% | - |
| XYZ | 39.88 | 40.01 | 17.42 | - |
| YUV | 167.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 99 | 0 | 0.19 | 0.51 | 0.21 | 37.86 | 0.49 | 0.59 |
| Hex | CA | A4 | 63 | 0 | 13 | 33 | 15 | 26 | 31 | 3B |
| Octal | 312 | 244 | 143 | 0 | 23 | 63 | 25 | 46 | 61 | 73 |
| Binary | 11001010 | 10100100 | 1100011 | 0 | 10011 | 110011 | 10101 | 100110 | 110001 | 111011 |
Color Harmonies of #CAA463
Complementary color
Monochromatic Colors of #CAA463
Black with #CAA463
Text Example
Text Example
White with #CAA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA463; }
p { color: rgb(202,164,99); }
H1.HeaderClassName
{
color: #CAA463;
}
.AnyTagClassName
{
color: #CAA463;
}
</style>
background-color css
<style>
a { background-color: #CAA463; }
a { background-color: rgb(202,164,99); }
div.DivClassName
{
background-color: #CAA463;
}
.BgClassName
{
background-color: #CAA463;
}
</style>
border-color css
<style>
span { border-color: #CAA463; }
span { border-color: rgb(202,164,99); }
td.TdClassName
{
border-color: #CAA463;
}
.TagClassName
{
border-color: #CAA463;
}
</style>