Shades of Laser #CAA567
Tints of Laser #CAA567
RGB
CMYK
RGB Variations
Color information
#CAA567 (or 0xCAA567) is known color: Laser. HEX triplet: CA, A5 and 67. RGB value is (202,165,103). Sum of RGB (Red+Green+Blue) = 202+165+103=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA567 is #355A98. Grayscale: #A9A9A9. Windows color (decimal): -3496601 or 6792650. OLE color: 6792650.
HSL color Cylindrical-coordinate representation of color #CAA567: hue angle of 37.58º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAA567 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 103 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.21 |
| HSL | 37.58º | 0.48% | 0.6% | - |
| HSV(B) | 37.58º | 0.49% | 0.79% | - |
| XYZ | 40.26 | 40.45 | 18.52 | - |
| YUV | 169 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 103 | 0 | 0.18 | 0.49 | 0.21 | 37.58 | 0.48 | 0.6 |
| Hex | CA | A5 | 67 | 0 | 12 | 31 | 15 | 26 | 30 | 3C |
| Octal | 312 | 245 | 147 | 0 | 22 | 61 | 25 | 46 | 60 | 74 |
| Binary | 11001010 | 10100101 | 1100111 | 0 | 10010 | 110001 | 10101 | 100110 | 110000 | 111100 |
Color Harmonies of #CAA567
Complementary color
Monochromatic Colors of #CAA567
Black with #CAA567
Text Example
Text Example
White with #CAA567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA567; }
p { color: rgb(202,165,103); }
H1.HeaderClassName
{
color: #CAA567;
}
.AnyTagClassName
{
color: #CAA567;
}
</style>
background-color css
<style>
a { background-color: #CAA567; }
a { background-color: rgb(202,165,103); }
div.DivClassName
{
background-color: #CAA567;
}
.BgClassName
{
background-color: #CAA567;
}
</style>
border-color css
<style>
span { border-color: #CAA567; }
span { border-color: rgb(202,165,103); }
td.TdClassName
{
border-color: #CAA567;
}
.TagClassName
{
border-color: #CAA567;
}
</style>