Shades of Laser #CAB25C
Tints of Laser #CAB25C
RGB
CMYK
RGB Variations
Color information
#CAB25C (or 0xCAB25C) is known color: Laser. HEX triplet: CA, B2 and 5C. RGB value is (202,178,92). Sum of RGB (Red+Green+Blue) = 202+178+92=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB25C is #354DA3. Grayscale: #AFAFAF. Windows color (decimal): -3493284 or 6075082. OLE color: 6075082.
HSL color Cylindrical-coordinate representation of color #CAB25C: hue angle of 46.91º 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 #CAB25C is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 92 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.21 |
| HSL | 46.91º | 0.51% | 0.58% | - |
| HSV(B) | 46.91º | 0.54% | 0.79% | - |
| XYZ | 42.21 | 45.17 | 16.62 | - |
| YUV | 175.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 92 | 0 | 0.12 | 0.54 | 0.21 | 46.91 | 0.51 | 0.58 |
| Hex | CA | B2 | 5C | 0 | C | 36 | 15 | 2F | 33 | 3A |
| Octal | 312 | 262 | 134 | 0 | 14 | 66 | 25 | 57 | 63 | 72 |
| Binary | 11001010 | 10110010 | 1011100 | 0 | 1100 | 110110 | 10101 | 101111 | 110011 | 111010 |
Color Harmonies of #CAB25C
Complementary color
Monochromatic Colors of #CAB25C
Black with #CAB25C
Text Example
Text Example
White with #CAB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB25C; }
p { color: rgb(202,178,92); }
H1.HeaderClassName
{
color: #CAB25C;
}
.AnyTagClassName
{
color: #CAB25C;
}
</style>
background-color css
<style>
a { background-color: #CAB25C; }
a { background-color: rgb(202,178,92); }
div.DivClassName
{
background-color: #CAB25C;
}
.BgClassName
{
background-color: #CAB25C;
}
</style>
border-color css
<style>
span { border-color: #CAB25C; }
span { border-color: rgb(202,178,92); }
td.TdClassName
{
border-color: #CAB25C;
}
.TagClassName
{
border-color: #CAB25C;
}
</style>