Shades of Laser #CAA364
Tints of Laser #CAA364
RGB
CMYK
RGB Variations
Color information
#CAA364 (or 0xCAA364) is known color: Laser. HEX triplet: CA, A3 and 64. RGB value is (202,163,100). Sum of RGB (Red+Green+Blue) = 202+163+100=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA364 is #355C9B. Grayscale: #A7A7A7. Windows color (decimal): -3497116 or 6595530. OLE color: 6595530.
HSL color Cylindrical-coordinate representation of color #CAA364: hue angle of 37.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAA364 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 100 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.21 |
| HSL | 37.06º | 0.49% | 0.59% | - |
| HSV(B) | 37.06º | 0.5% | 0.79% | - |
| XYZ | 39.75 | 39.67 | 17.62 | - |
| YUV | 167.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 100 | 0 | 0.19 | 0.50 | 0.21 | 37.06 | 0.49 | 0.59 |
| Hex | CA | A3 | 64 | 0 | 13 | 32 | 15 | 25 | 31 | 3B |
| Octal | 312 | 243 | 144 | 0 | 23 | 62 | 25 | 45 | 61 | 73 |
| Binary | 11001010 | 10100011 | 1100100 | 0 | 10011 | 110010 | 10101 | 100101 | 110001 | 111011 |
Color Harmonies of #CAA364
Complementary color
Monochromatic Colors of #CAA364
Black with #CAA364
Text Example
Text Example
White with #CAA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA364; }
p { color: rgb(202,163,100); }
H1.HeaderClassName
{
color: #CAA364;
}
.AnyTagClassName
{
color: #CAA364;
}
</style>
background-color css
<style>
a { background-color: #CAA364; }
a { background-color: rgb(202,163,100); }
div.DivClassName
{
background-color: #CAA364;
}
.BgClassName
{
background-color: #CAA364;
}
</style>
border-color css
<style>
span { border-color: #CAA364; }
span { border-color: rgb(202,163,100); }
td.TdClassName
{
border-color: #CAA364;
}
.TagClassName
{
border-color: #CAA364;
}
</style>