#C1AD69

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

Shades of Laser #C1AD69

Tints of Laser #C1AD69

Color information

#C1AD69 (or 0xC1AD69) is unknown color: approx Laser. HEX triplet: C1, AD and 69. RGB value is (193,173,105). Sum of RGB (Red+Green+Blue) = 193+173+105=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD69 is #3E5296. Grayscale: #ABABAB. Windows color (decimal): -4084375 or 6925761. OLE color: 6925761.

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

Color convert

RGB193173105-
CMYK00.100.460.24
HSL46.36º41.51%58.43%-
HSV(B)46.36º45.6%75.69%-
XYZ39.4942.2419.44-
YUV171.2390.63143.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=40.98%
G=36.73%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317310500.100.460.2446.3641.5158.43
HexC1AD690A2E182e2a3a
Octal3012551510125630565272
Binary110000011010110111010010101010111011000101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AD69; }

 p { color: rgb(193,173,105); }

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

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

 a { background-color: rgb(193,173,105); }

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

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

 span { border-color: rgb(193,173,105); }

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