Shades of Laser #CAA358
Tints of Laser #CAA358
RGB
CMYK
RGB Variations
Color information
#CAA358 (or 0xCAA358) is known color: Laser. HEX triplet: CA, A3 and 58. RGB value is (202,163,88). Sum of RGB (Red+Green+Blue) = 202+163+88=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA358 is #355CA7. Grayscale: #A6A6A6. Windows color (decimal): -3497128 or 5809098. OLE color: 5809098.
HSL color Cylindrical-coordinate representation of color #CAA358: hue angle of 39.47º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAA358 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 88 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.21 |
| HSL | 39.47º | 0.52% | 0.57% | - |
| HSV(B) | 39.47º | 0.56% | 0.79% | - |
| XYZ | 39.22 | 39.46 | 14.78 | - |
| YUV | 166.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 88 | 0 | 0.19 | 0.56 | 0.21 | 39.47 | 0.52 | 0.57 |
| Hex | CA | A3 | 58 | 0 | 13 | 38 | 15 | 27 | 34 | 39 |
| Octal | 312 | 243 | 130 | 0 | 23 | 70 | 25 | 47 | 64 | 71 |
| Binary | 11001010 | 10100011 | 1011000 | 0 | 10011 | 111000 | 10101 | 100111 | 110100 | 111001 |
Color Harmonies of #CAA358
Complementary color
Monochromatic Colors of #CAA358
Black with #CAA358
Text Example
Text Example
White with #CAA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA358; }
p { color: rgb(202,163,88); }
H1.HeaderClassName
{
color: #CAA358;
}
.AnyTagClassName
{
color: #CAA358;
}
</style>
background-color css
<style>
a { background-color: #CAA358; }
a { background-color: rgb(202,163,88); }
div.DivClassName
{
background-color: #CAA358;
}
.BgClassName
{
background-color: #CAA358;
}
</style>
border-color css
<style>
span { border-color: #CAA358; }
span { border-color: rgb(202,163,88); }
td.TdClassName
{
border-color: #CAA358;
}
.TagClassName
{
border-color: #CAA358;
}
</style>