Shades of Laser #CAA665
Tints of Laser #CAA665
RGB
CMYK
RGB Variations
Color information
#CAA665 (or 0xCAA665) is known color: Laser. HEX triplet: CA, A6 and 65. RGB value is (202,166,101). Sum of RGB (Red+Green+Blue) = 202+166+101=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA665 is #35599A. Grayscale: #A9A9A9. Windows color (decimal): -3496347 or 6661834. OLE color: 6661834.
HSL color Cylindrical-coordinate representation of color #CAA665: hue angle of 38.61º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAA665 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 101 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.21 |
| HSL | 38.61º | 0.49% | 0.59% | - |
| HSV(B) | 38.61º | 0.5% | 0.79% | - |
| XYZ | 40.34 | 40.77 | 18.05 | - |
| YUV | 169.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 101 | 0 | 0.18 | 0.50 | 0.21 | 38.61 | 0.49 | 0.59 |
| Hex | CA | A6 | 65 | 0 | 12 | 32 | 15 | 27 | 31 | 3B |
| Octal | 312 | 246 | 145 | 0 | 22 | 62 | 25 | 47 | 61 | 73 |
| Binary | 11001010 | 10100110 | 1100101 | 0 | 10010 | 110010 | 10101 | 100111 | 110001 | 111011 |
Color Harmonies of #CAA665
Complementary color
Monochromatic Colors of #CAA665
Black with #CAA665
Text Example
Text Example
White with #CAA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA665; }
p { color: rgb(202,166,101); }
H1.HeaderClassName
{
color: #CAA665;
}
.AnyTagClassName
{
color: #CAA665;
}
</style>
background-color css
<style>
a { background-color: #CAA665; }
a { background-color: rgb(202,166,101); }
div.DivClassName
{
background-color: #CAA665;
}
.BgClassName
{
background-color: #CAA665;
}
</style>
border-color css
<style>
span { border-color: #CAA665; }
span { border-color: rgb(202,166,101); }
td.TdClassName
{
border-color: #CAA665;
}
.TagClassName
{
border-color: #CAA665;
}
</style>