Shades of Laser #C1A367
Tints of Laser #C1A367
RGB
CMYK
RGB Variations
Color information
#C1A367 (or 0xC1A367) is known color: Laser. HEX triplet: C1, A3 and 67. RGB value is (193,163,103). Sum of RGB (Red+Green+Blue) = 193+163+103=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A367 is #3E5C98. Grayscale: #A5A5A5. Windows color (decimal): -4086937 or 6792129. OLE color: 6792129.
HSL color Cylindrical-coordinate representation of color #C1A367: hue angle of 40º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1A367 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 103 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.24 |
| HSL | 40º | 0.42% | 0.58% | - |
| HSV(B) | 40º | 0.47% | 0.76% | - |
| XYZ | 37.54 | 38.51 | 18.29 | - |
| YUV | 165.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 103 | 0 | 0.16 | 0.47 | 0.24 | 40 | 0.42 | 0.58 |
| Hex | C1 | A3 | 67 | 0 | 10 | 2F | 18 | 28 | 2A | 3A |
| Octal | 301 | 243 | 147 | 0 | 20 | 57 | 30 | 50 | 52 | 72 |
| Binary | 11000001 | 10100011 | 1100111 | 0 | 10000 | 101111 | 11000 | 101000 | 101010 | 111010 |
Color Harmonies of #C1A367
Complementary color
Monochromatic Colors of #C1A367
Black with #C1A367
Text Example
Text Example
White with #C1A367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A367; }
p { color: rgb(193,163,103); }
H1.HeaderClassName
{
color: #C1A367;
}
.AnyTagClassName
{
color: #C1A367;
}
</style>
background-color css
<style>
a { background-color: #C1A367; }
a { background-color: rgb(193,163,103); }
div.DivClassName
{
background-color: #C1A367;
}
.BgClassName
{
background-color: #C1A367;
}
</style>
border-color css
<style>
span { border-color: #C1A367; }
span { border-color: rgb(193,163,103); }
td.TdClassName
{
border-color: #C1A367;
}
.TagClassName
{
border-color: #C1A367;
}
</style>