Shades of Laser #C4A367
Tints of Laser #C4A367
RGB
CMYK
RGB Variations
Color information
#C4A367 (or 0xC4A367) is known color: Laser. HEX triplet: C4, A3 and 67. RGB value is (196,163,103). Sum of RGB (Red+Green+Blue) = 196+163+103=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A367 is #3B5C98. Grayscale: #A6A6A6. Windows color (decimal): -3890329 or 6792132. OLE color: 6792132.
HSL color Cylindrical-coordinate representation of color #C4A367: hue angle of 38.71º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4A367 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 103 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.23 |
| HSL | 38.71º | 0.44% | 0.59% | - |
| HSV(B) | 38.71º | 0.47% | 0.77% | - |
| XYZ | 38.31 | 38.91 | 18.32 | - |
| YUV | 166.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 103 | 0 | 0.17 | 0.47 | 0.23 | 38.71 | 0.44 | 0.59 |
| Hex | C4 | A3 | 67 | 0 | 11 | 2F | 17 | 27 | 2C | 3B |
| Octal | 304 | 243 | 147 | 0 | 21 | 57 | 27 | 47 | 54 | 73 |
| Binary | 11000100 | 10100011 | 1100111 | 0 | 10001 | 101111 | 10111 | 100111 | 101100 | 111011 |
Color Harmonies of #C4A367
Complementary color
Monochromatic Colors of #C4A367
Black with #C4A367
Text Example
Text Example
White with #C4A367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A367; }
p { color: rgb(196,163,103); }
H1.HeaderClassName
{
color: #C4A367;
}
.AnyTagClassName
{
color: #C4A367;
}
</style>
background-color css
<style>
a { background-color: #C4A367; }
a { background-color: rgb(196,163,103); }
div.DivClassName
{
background-color: #C4A367;
}
.BgClassName
{
background-color: #C4A367;
}
</style>
border-color css
<style>
span { border-color: #C4A367; }
span { border-color: rgb(196,163,103); }
td.TdClassName
{
border-color: #C4A367;
}
.TagClassName
{
border-color: #C4A367;
}
</style>