Shades of Laser #C1A469
Tints of Laser #C1A469
RGB
CMYK
RGB Variations
Color information
#C1A469 (or 0xC1A469) is known color: Laser. HEX triplet: C1, A4 and 69. RGB value is (193,164,105). Sum of RGB (Red+Green+Blue) = 193+164+105=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A469 is #3E5B96. Grayscale: #A6A6A6. Windows color (decimal): -4086679 or 6923457. OLE color: 6923457.
HSL color Cylindrical-coordinate representation of color #C1A469: hue angle of 40.23º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1A469 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 105 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.24 |
| HSL | 40.23º | 0.42% | 0.58% | - |
| HSV(B) | 40.23º | 0.46% | 0.76% | - |
| XYZ | 37.82 | 38.91 | 18.88 | - |
| YUV | 165.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 105 | 0 | 0.15 | 0.46 | 0.24 | 40.23 | 0.42 | 0.58 |
| Hex | C1 | A4 | 69 | 0 | F | 2E | 18 | 28 | 2A | 3A |
| Octal | 301 | 244 | 151 | 0 | 17 | 56 | 30 | 50 | 52 | 72 |
| Binary | 11000001 | 10100100 | 1101001 | 0 | 1111 | 101110 | 11000 | 101000 | 101010 | 111010 |
Color Harmonies of #C1A469
Complementary color
Monochromatic Colors of #C1A469
Black with #C1A469
Text Example
Text Example
White with #C1A469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A469; }
p { color: rgb(193,164,105); }
H1.HeaderClassName
{
color: #C1A469;
}
.AnyTagClassName
{
color: #C1A469;
}
</style>
background-color css
<style>
a { background-color: #C1A469; }
a { background-color: rgb(193,164,105); }
div.DivClassName
{
background-color: #C1A469;
}
.BgClassName
{
background-color: #C1A469;
}
</style>
border-color css
<style>
span { border-color: #C1A469; }
span { border-color: rgb(193,164,105); }
td.TdClassName
{
border-color: #C1A469;
}
.TagClassName
{
border-color: #C1A469;
}
</style>