Shades of Laser #CAAD5D
Tints of Laser #CAAD5D
RGB
CMYK
RGB Variations
Color information
#CAAD5D (or 0xCAAD5D) is known color: Laser. HEX triplet: CA, AD and 5D. RGB value is (202,173,93). Sum of RGB (Red+Green+Blue) = 202+173+93=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAD5D is #3552A2. Grayscale: #ACACAC. Windows color (decimal): -3494563 or 6139338. OLE color: 6139338.
HSL color Cylindrical-coordinate representation of color #CAAD5D: hue angle of 44.04º 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 #CAAD5D is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 173 | 93 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.21 |
| HSL | 44.04º | 0.51% | 0.58% | - |
| HSV(B) | 44.04º | 0.54% | 0.79% | - |
| XYZ | 41.28 | 43.23 | 16.53 | - |
| YUV | 172.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 93 | 0 | 0.14 | 0.54 | 0.21 | 44.04 | 0.51 | 0.58 |
| Hex | CA | AD | 5D | 0 | E | 36 | 15 | 2C | 33 | 3A |
| Octal | 312 | 255 | 135 | 0 | 16 | 66 | 25 | 54 | 63 | 72 |
| Binary | 11001010 | 10101101 | 1011101 | 0 | 1110 | 110110 | 10101 | 101100 | 110011 | 111010 |
Color Harmonies of #CAAD5D
Complementary color
Monochromatic Colors of #CAAD5D
Black with #CAAD5D
Text Example
Text Example
White with #CAAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAD5D; }
p { color: rgb(202,173,93); }
H1.HeaderClassName
{
color: #CAAD5D;
}
.AnyTagClassName
{
color: #CAAD5D;
}
</style>
background-color css
<style>
a { background-color: #CAAD5D; }
a { background-color: rgb(202,173,93); }
div.DivClassName
{
background-color: #CAAD5D;
}
.BgClassName
{
background-color: #CAAD5D;
}
</style>
border-color css
<style>
span { border-color: #CAAD5D; }
span { border-color: rgb(202,173,93); }
td.TdClassName
{
border-color: #CAAD5D;
}
.TagClassName
{
border-color: #CAAD5D;
}
</style>