Shades of Laser #CAA565
Tints of Laser #CAA565
RGB
CMYK
RGB Variations
Color information
#CAA565 (or 0xCAA565) is known color: Laser. HEX triplet: CA, A5 and 65. RGB value is (202,165,101). Sum of RGB (Red+Green+Blue) = 202+165+101=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA565 is #355A9A. Grayscale: #A9A9A9. Windows color (decimal): -3496603 or 6661578. OLE color: 6661578.
HSL color Cylindrical-coordinate representation of color #CAA565: hue angle of 38.02º 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 #CAA565 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 101 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.21 |
| HSL | 38.02º | 0.49% | 0.59% | - |
| HSV(B) | 38.02º | 0.5% | 0.79% | - |
| XYZ | 40.16 | 40.41 | 17.99 | - |
| YUV | 168.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 101 | 0 | 0.18 | 0.50 | 0.21 | 38.02 | 0.49 | 0.59 |
| Hex | CA | A5 | 65 | 0 | 12 | 32 | 15 | 26 | 31 | 3B |
| Octal | 312 | 245 | 145 | 0 | 22 | 62 | 25 | 46 | 61 | 73 |
| Binary | 11001010 | 10100101 | 1100101 | 0 | 10010 | 110010 | 10101 | 100110 | 110001 | 111011 |
Color Harmonies of #CAA565
Complementary color
Monochromatic Colors of #CAA565
Black with #CAA565
Text Example
Text Example
White with #CAA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA565; }
p { color: rgb(202,165,101); }
H1.HeaderClassName
{
color: #CAA565;
}
.AnyTagClassName
{
color: #CAA565;
}
</style>
background-color css
<style>
a { background-color: #CAA565; }
a { background-color: rgb(202,165,101); }
div.DivClassName
{
background-color: #CAA565;
}
.BgClassName
{
background-color: #CAA565;
}
</style>
border-color css
<style>
span { border-color: #CAA565; }
span { border-color: rgb(202,165,101); }
td.TdClassName
{
border-color: #CAA565;
}
.TagClassName
{
border-color: #CAA565;
}
</style>