Shades of Laser #CAA663
Tints of Laser #CAA663
RGB
CMYK
RGB Variations
Color information
#CAA663 (or 0xCAA663) is known color: Laser. HEX triplet: CA, A6 and 63. RGB value is (202,166,99). Sum of RGB (Red+Green+Blue) = 202+166+99=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA663 is #35599C. Grayscale: #A9A9A9. Windows color (decimal): -3496349 or 6530762. OLE color: 6530762.
HSL color Cylindrical-coordinate representation of color #CAA663: hue angle of 39.03º 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 #CAA663 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 99 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.21 |
| HSL | 39.03º | 0.49% | 0.59% | - |
| HSV(B) | 39.03º | 0.51% | 0.79% | - |
| XYZ | 40.25 | 40.73 | 17.54 | - |
| YUV | 169.13 | 88.43 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 99 | 0 | 0.18 | 0.51 | 0.21 | 39.03 | 0.49 | 0.59 |
| Hex | CA | A6 | 63 | 0 | 12 | 33 | 15 | 27 | 31 | 3B |
| Octal | 312 | 246 | 143 | 0 | 22 | 63 | 25 | 47 | 61 | 73 |
| Binary | 11001010 | 10100110 | 1100011 | 0 | 10010 | 110011 | 10101 | 100111 | 110001 | 111011 |
Color Harmonies of #CAA663
Complementary color
Monochromatic Colors of #CAA663
Black with #CAA663
Text Example
Text Example
White with #CAA663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA663; }
p { color: rgb(202,166,99); }
H1.HeaderClassName
{
color: #CAA663;
}
.AnyTagClassName
{
color: #CAA663;
}
</style>
background-color css
<style>
a { background-color: #CAA663; }
a { background-color: rgb(202,166,99); }
div.DivClassName
{
background-color: #CAA663;
}
.BgClassName
{
background-color: #CAA663;
}
</style>
border-color css
<style>
span { border-color: #CAA663; }
span { border-color: rgb(202,166,99); }
td.TdClassName
{
border-color: #CAA663;
}
.TagClassName
{
border-color: #CAA663;
}
</style>