#C1A466

Color #C1A466 Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #C1A466

Tints of Laser #C1A466

Color information

#C1A466 (or 0xC1A466) is unknown color: approx Laser. HEX triplet: C1, A4 and 66. RGB value is (193,164,102). Sum of RGB (Red+Green+Blue) = 193+164+102=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A466 is #3E5B99. Grayscale: #A5A5A5. Windows color (decimal): -4086682 or 6726849. OLE color: 6726849.

HSL color Cylindrical-coordinate representation of color #C1A466: hue angle of 40.88º 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 #C1A466 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB193164102-
CMYK00.150.470.24
HSL40.88º42.33%57.84%-
HSV(B)40.88º47.15%75.69%-
XYZ37.6738.8518.08-
YUV165.692.11147.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=42.05%
G=35.73%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316410200.150.470.2440.8842.3357.84
HexC1A4660F2F18292a3a
Octal3012441460175730515272
Binary110000011010010011001100111110111111000101001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A466; }

 p { color: rgb(193,164,102); }

 H1.HeaderClassName
 {
   color: #C1A466;
 }
 .AnyTagClassName
 {
   color: #C1A466;
 }
</style>
background-color css

<style>
 a { background-color: #C1A466; }

 a { background-color: rgb(193,164,102); }

 div.DivClassName
 {
   background-color: #C1A466;
 }
 .BgClassName
 {
   background-color: #C1A466;
 }
</style>
border-color css

<style>
 span { border-color: #C1A466; }

 span { border-color: rgb(193,164,102); }

 td.TdClassName
 {
   border-color: #C1A466;
 }
 .TagClassName
 {
   border-color: #C1A466;
 }
</style>