Shades of Laser #CAB15D
Tints of Laser #CAB15D
RGB
CMYK
RGB Variations
Color information
#CAB15D (or 0xCAB15D) is known color: Laser. HEX triplet: CA, B1 and 5D. RGB value is (202,177,93). Sum of RGB (Red+Green+Blue) = 202+177+93=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB15D is #354EA2. Grayscale: #AFAFAF. Windows color (decimal): -3493539 or 6140362. OLE color: 6140362.
HSL color Cylindrical-coordinate representation of color #CAB15D: hue angle of 46.24º 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 #CAB15D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 93 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.21 |
| HSL | 46.24º | 0.51% | 0.58% | - |
| HSV(B) | 46.24º | 0.54% | 0.79% | - |
| XYZ | 42.06 | 44.79 | 16.78 | - |
| YUV | 174.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 93 | 0 | 0.12 | 0.54 | 0.21 | 46.24 | 0.51 | 0.58 |
| Hex | CA | B1 | 5D | 0 | C | 36 | 15 | 2E | 33 | 3A |
| Octal | 312 | 261 | 135 | 0 | 14 | 66 | 25 | 56 | 63 | 72 |
| Binary | 11001010 | 10110001 | 1011101 | 0 | 1100 | 110110 | 10101 | 101110 | 110011 | 111010 |
Color Harmonies of #CAB15D
Complementary color
Monochromatic Colors of #CAB15D
Black with #CAB15D
Text Example
Text Example
White with #CAB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB15D; }
p { color: rgb(202,177,93); }
H1.HeaderClassName
{
color: #CAB15D;
}
.AnyTagClassName
{
color: #CAB15D;
}
</style>
background-color css
<style>
a { background-color: #CAB15D; }
a { background-color: rgb(202,177,93); }
div.DivClassName
{
background-color: #CAB15D;
}
.BgClassName
{
background-color: #CAB15D;
}
</style>
border-color css
<style>
span { border-color: #CAB15D; }
span { border-color: rgb(202,177,93); }
td.TdClassName
{
border-color: #CAB15D;
}
.TagClassName
{
border-color: #CAB15D;
}
</style>