Shades of Laser #CAA357
Tints of Laser #CAA357
RGB
CMYK
RGB Variations
Color information
#CAA357 (or 0xCAA357) is known color: Laser. HEX triplet: CA, A3 and 57. RGB value is (202,163,87). Sum of RGB (Red+Green+Blue) = 202+163+87=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA357 is #355CA8. Grayscale: #A6A6A6. Windows color (decimal): -3497129 or 5743562. OLE color: 5743562.
HSL color Cylindrical-coordinate representation of color #CAA357: hue angle of 39.65º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAA357 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 87 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.21 |
| HSL | 39.65º | 0.52% | 0.57% | - |
| HSV(B) | 39.65º | 0.57% | 0.79% | - |
| XYZ | 39.17 | 39.44 | 14.56 | - |
| YUV | 166 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 87 | 0 | 0.19 | 0.57 | 0.21 | 39.65 | 0.52 | 0.57 |
| Hex | CA | A3 | 57 | 0 | 13 | 39 | 15 | 28 | 34 | 39 |
| Octal | 312 | 243 | 127 | 0 | 23 | 71 | 25 | 50 | 64 | 71 |
| Binary | 11001010 | 10100011 | 1010111 | 0 | 10011 | 111001 | 10101 | 101000 | 110100 | 111001 |
Color Harmonies of #CAA357
Complementary color
Monochromatic Colors of #CAA357
Black with #CAA357
Text Example
Text Example
White with #CAA357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA357; }
p { color: rgb(202,163,87); }
H1.HeaderClassName
{
color: #CAA357;
}
.AnyTagClassName
{
color: #CAA357;
}
</style>
background-color css
<style>
a { background-color: #CAA357; }
a { background-color: rgb(202,163,87); }
div.DivClassName
{
background-color: #CAA357;
}
.BgClassName
{
background-color: #CAA357;
}
</style>
border-color css
<style>
span { border-color: #CAA357; }
span { border-color: rgb(202,163,87); }
td.TdClassName
{
border-color: #CAA357;
}
.TagClassName
{
border-color: #CAA357;
}
</style>