Shades of Laser #CAA35D
Tints of Laser #CAA35D
RGB
CMYK
RGB Variations
Color information
#CAA35D (or 0xCAA35D) is known color: Laser. HEX triplet: CA, A3 and 5D. RGB value is (202,163,93). Sum of RGB (Red+Green+Blue) = 202+163+93=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA35D is #355CA2. Grayscale: #A6A6A6. Windows color (decimal): -3497123 or 6136778. OLE color: 6136778.
HSL color Cylindrical-coordinate representation of color #CAA35D: hue angle of 38.53º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAA35D is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 93 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.21 |
| HSL | 38.53º | 0.51% | 0.58% | - |
| HSV(B) | 38.53º | 0.54% | 0.79% | - |
| XYZ | 39.43 | 39.54 | 15.91 | - |
| YUV | 166.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 93 | 0 | 0.19 | 0.54 | 0.21 | 38.53 | 0.51 | 0.58 |
| Hex | CA | A3 | 5D | 0 | 13 | 36 | 15 | 27 | 33 | 3A |
| Octal | 312 | 243 | 135 | 0 | 23 | 66 | 25 | 47 | 63 | 72 |
| Binary | 11001010 | 10100011 | 1011101 | 0 | 10011 | 110110 | 10101 | 100111 | 110011 | 111010 |
Color Harmonies of #CAA35D
Complementary color
Monochromatic Colors of #CAA35D
Black with #CAA35D
Text Example
Text Example
White with #CAA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA35D; }
p { color: rgb(202,163,93); }
H1.HeaderClassName
{
color: #CAA35D;
}
.AnyTagClassName
{
color: #CAA35D;
}
</style>
background-color css
<style>
a { background-color: #CAA35D; }
a { background-color: rgb(202,163,93); }
div.DivClassName
{
background-color: #CAA35D;
}
.BgClassName
{
background-color: #CAA35D;
}
</style>
border-color css
<style>
span { border-color: #CAA35D; }
span { border-color: rgb(202,163,93); }
td.TdClassName
{
border-color: #CAA35D;
}
.TagClassName
{
border-color: #CAA35D;
}
</style>