#C1A86A

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

Shades of Laser #C1A86A

Tints of Laser #C1A86A

Color information

#C1A86A (or 0xC1A86A) is unknown color: approx Laser. HEX triplet: C1, A8 and 6A. RGB value is (193,168,106). Sum of RGB (Red+Green+Blue) = 193+168+106=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A86A is #3E5795. Grayscale: #A8A8A8. Windows color (decimal): -4085654 or 6990017. OLE color: 6990017.

HSL color Cylindrical-coordinate representation of color #C1A86A: hue angle of 42.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1A86A is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB193168106-
CMYK00.130.450.24
HSL42.76º41.23%58.63%-
HSV(B)42.76º45.08%75.69%-
XYZ38.640.3819.4-
YUV168.4192.78145.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 168 (66.02% from 255) = 35.97%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=41.33%
G=35.97%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316810600.130.450.2442.7641.2358.63
HexC1A86A0D2D182b293b
Octal3012501520155530535173
Binary110000011010100011010100110110110111000101011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A86A; }

 p { color: rgb(193,168,106); }

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

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

 a { background-color: rgb(193,168,106); }

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

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

 span { border-color: rgb(193,168,106); }

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