Shades of Laser #CAA35C
Tints of Laser #CAA35C
RGB
CMYK
RGB Variations
Color information
#CAA35C (or 0xCAA35C) is known color: Laser. HEX triplet: CA, A3 and 5C. RGB value is (202,163,92). Sum of RGB (Red+Green+Blue) = 202+163+92=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA35C is #355CA3. Grayscale: #A6A6A6. Windows color (decimal): -3497124 or 6071242. OLE color: 6071242.
HSL color Cylindrical-coordinate representation of color #CAA35C: hue angle of 38.73º 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 #CAA35C is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 92 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.21 |
| HSL | 38.73º | 0.51% | 0.58% | - |
| HSV(B) | 38.73º | 0.54% | 0.79% | - |
| XYZ | 39.39 | 39.52 | 15.68 | - |
| YUV | 166.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 92 | 0 | 0.19 | 0.54 | 0.21 | 38.73 | 0.51 | 0.58 |
| Hex | CA | A3 | 5C | 0 | 13 | 36 | 15 | 27 | 33 | 3A |
| Octal | 312 | 243 | 134 | 0 | 23 | 66 | 25 | 47 | 63 | 72 |
| Binary | 11001010 | 10100011 | 1011100 | 0 | 10011 | 110110 | 10101 | 100111 | 110011 | 111010 |
Color Harmonies of #CAA35C
Complementary color
Monochromatic Colors of #CAA35C
Black with #CAA35C
Text Example
Text Example
White with #CAA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA35C; }
p { color: rgb(202,163,92); }
H1.HeaderClassName
{
color: #CAA35C;
}
.AnyTagClassName
{
color: #CAA35C;
}
</style>
background-color css
<style>
a { background-color: #CAA35C; }
a { background-color: rgb(202,163,92); }
div.DivClassName
{
background-color: #CAA35C;
}
.BgClassName
{
background-color: #CAA35C;
}
</style>
border-color css
<style>
span { border-color: #CAA35C; }
span { border-color: rgb(202,163,92); }
td.TdClassName
{
border-color: #CAA35C;
}
.TagClassName
{
border-color: #CAA35C;
}
</style>