Shades of Laser #CAA264
Tints of Laser #CAA264
RGB
CMYK
RGB Variations
Color information
#CAA264 (or 0xCAA264) is known color: Laser. HEX triplet: CA, A2 and 64. RGB value is (202,162,100). Sum of RGB (Red+Green+Blue) = 202+162+100=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA264 is #355D9B. Grayscale: #A7A7A7. Windows color (decimal): -3497372 or 6595274. OLE color: 6595274.
HSL color Cylindrical-coordinate representation of color #CAA264: hue angle of 36.47º 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 #CAA264 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 100 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.21 |
| HSL | 36.47º | 0.49% | 0.59% | - |
| HSV(B) | 36.47º | 0.5% | 0.79% | - |
| XYZ | 39.58 | 39.32 | 17.56 | - |
| YUV | 166.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 100 | 0 | 0.20 | 0.50 | 0.21 | 36.47 | 0.49 | 0.59 |
| Hex | CA | A2 | 64 | 0 | 14 | 32 | 15 | 24 | 31 | 3B |
| Octal | 312 | 242 | 144 | 0 | 24 | 62 | 25 | 44 | 61 | 73 |
| Binary | 11001010 | 10100010 | 1100100 | 0 | 10100 | 110010 | 10101 | 100100 | 110001 | 111011 |
Color Harmonies of #CAA264
Complementary color
Monochromatic Colors of #CAA264
Black with #CAA264
Text Example
Text Example
White with #CAA264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA264; }
p { color: rgb(202,162,100); }
H1.HeaderClassName
{
color: #CAA264;
}
.AnyTagClassName
{
color: #CAA264;
}
</style>
background-color css
<style>
a { background-color: #CAA264; }
a { background-color: rgb(202,162,100); }
div.DivClassName
{
background-color: #CAA264;
}
.BgClassName
{
background-color: #CAA264;
}
</style>
border-color css
<style>
span { border-color: #CAA264; }
span { border-color: rgb(202,162,100); }
td.TdClassName
{
border-color: #CAA264;
}
.TagClassName
{
border-color: #CAA264;
}
</style>