#C1AD67

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

Shades of Laser #C1AD67

Tints of Laser #C1AD67

Color information

#C1AD67 (or 0xC1AD67) is unknown color: approx Laser. HEX triplet: C1, AD and 67. RGB value is (193,173,103). Sum of RGB (Red+Green+Blue) = 193+173+103=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD67 is #3E5298. Grayscale: #ABABAB. Windows color (decimal): -4084377 or 6794689. OLE color: 6794689.

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

Color convert

RGB193173103-
CMYK00.100.470.24
HSL46.67º42.06%58.04%-
HSV(B)46.67º46.63%75.69%-
XYZ39.3842.218.9-
YUV17189.63143.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=41.15%
G=36.89%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317310300.100.470.2446.6742.0658.04
HexC1AD670A2F182f2a3a
Octal3012551470125730575272
Binary110000011010110111001110101010111111000101111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AD67; }

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

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

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

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

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

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

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

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