Shades of Laser #CAA465
Tints of Laser #CAA465
RGB
CMYK
RGB Variations
Color information
#CAA465 (or 0xCAA465) is known color: Laser. HEX triplet: CA, A4 and 65. RGB value is (202,164,101). Sum of RGB (Red+Green+Blue) = 202+164+101=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA465 is #355B9A. Grayscale: #A8A8A8. Windows color (decimal): -3496859 or 6661322. OLE color: 6661322.
HSL color Cylindrical-coordinate representation of color #CAA465: hue angle of 37.43º 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 #CAA465 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 101 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.21 |
| HSL | 37.43º | 0.49% | 0.59% | - |
| HSV(B) | 37.43º | 0.5% | 0.79% | - |
| XYZ | 39.98 | 40.05 | 17.93 | - |
| YUV | 168.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 101 | 0 | 0.19 | 0.50 | 0.21 | 37.43 | 0.49 | 0.59 |
| Hex | CA | A4 | 65 | 0 | 13 | 32 | 15 | 25 | 31 | 3B |
| Octal | 312 | 244 | 145 | 0 | 23 | 62 | 25 | 45 | 61 | 73 |
| Binary | 11001010 | 10100100 | 1100101 | 0 | 10011 | 110010 | 10101 | 100101 | 110001 | 111011 |
Color Harmonies of #CAA465
Complementary color
Monochromatic Colors of #CAA465
Black with #CAA465
Text Example
Text Example
White with #CAA465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA465; }
p { color: rgb(202,164,101); }
H1.HeaderClassName
{
color: #CAA465;
}
.AnyTagClassName
{
color: #CAA465;
}
</style>
background-color css
<style>
a { background-color: #CAA465; }
a { background-color: rgb(202,164,101); }
div.DivClassName
{
background-color: #CAA465;
}
.BgClassName
{
background-color: #CAA465;
}
</style>
border-color css
<style>
span { border-color: #CAA465; }
span { border-color: rgb(202,164,101); }
td.TdClassName
{
border-color: #CAA465;
}
.TagClassName
{
border-color: #CAA465;
}
</style>