Shades of Laser #CAA365
Tints of Laser #CAA365
RGB
CMYK
RGB Variations
Color information
#CAA365 (or 0xCAA365) is known color: Laser. HEX triplet: CA, A3 and 65. RGB value is (202,163,101). Sum of RGB (Red+Green+Blue) = 202+163+101=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA365 is #355C9A. Grayscale: #A7A7A7. Windows color (decimal): -3497115 or 6661066. OLE color: 6661066.
HSL color Cylindrical-coordinate representation of color #CAA365: hue angle of 36.83º 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 #CAA365 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 101 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.21 |
| HSL | 36.83º | 0.49% | 0.59% | - |
| HSV(B) | 36.83º | 0.5% | 0.79% | - |
| XYZ | 39.8 | 39.69 | 17.88 | - |
| YUV | 167.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 101 | 0 | 0.19 | 0.50 | 0.21 | 36.83 | 0.49 | 0.59 |
| Hex | CA | A3 | 65 | 0 | 13 | 32 | 15 | 25 | 31 | 3B |
| Octal | 312 | 243 | 145 | 0 | 23 | 62 | 25 | 45 | 61 | 73 |
| Binary | 11001010 | 10100011 | 1100101 | 0 | 10011 | 110010 | 10101 | 100101 | 110001 | 111011 |
Color Harmonies of #CAA365
Complementary color
Monochromatic Colors of #CAA365
Black with #CAA365
Text Example
Text Example
White with #CAA365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA365; }
p { color: rgb(202,163,101); }
H1.HeaderClassName
{
color: #CAA365;
}
.AnyTagClassName
{
color: #CAA365;
}
</style>
background-color css
<style>
a { background-color: #CAA365; }
a { background-color: rgb(202,163,101); }
div.DivClassName
{
background-color: #CAA365;
}
.BgClassName
{
background-color: #CAA365;
}
</style>
border-color css
<style>
span { border-color: #CAA365; }
span { border-color: rgb(202,163,101); }
td.TdClassName
{
border-color: #CAA365;
}
.TagClassName
{
border-color: #CAA365;
}
</style>