#C1AB68

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

Shades of Laser #C1AB68

Tints of Laser #C1AB68

Color information

#C1AB68 (or 0xC1AB68) is unknown color: approx Laser. HEX triplet: C1, AB and 68. RGB value is (193,171,104). Sum of RGB (Red+Green+Blue) = 193+171+104=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB68 is #3E5497. Grayscale: #AAAAAA. Windows color (decimal): -4084888 or 6859713. OLE color: 6859713.

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

Color convert

RGB193171104-
CMYK00.110.460.24
HSL45.17º41.78%58.24%-
HSV(B)45.17º46.11%75.69%-
XYZ39.0541.4619.04-
YUV169.9490.79144.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.24%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=41.24%
G=36.54%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317110400.110.460.2445.1741.7858.24
HexC1AB680B2E182d2a3a
Octal3012531500135630555272
Binary110000011010101111010000101110111011000101101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB68; }

 p { color: rgb(193,171,104); }

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

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

 a { background-color: rgb(193,171,104); }

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

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

 span { border-color: rgb(193,171,104); }

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