#C1AA67

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

Shades of Laser #C1AA67

Tints of Laser #C1AA67

Color information

#C1AA67 (or 0xC1AA67) is unknown color: approx Laser. HEX triplet: C1, AA and 67. RGB value is (193,170,103). Sum of RGB (Red+Green+Blue) = 193+170+103=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA67 is #3E5598. Grayscale: #A9A9A9. Windows color (decimal): -4085145 or 6793921. OLE color: 6793921.

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

Color convert

RGB193170103-
CMYK00.120.470.24
HSL44.67º42.06%58.04%-
HSV(B)44.67º46.63%75.69%-
XYZ38.8241.0718.71-
YUV169.2490.62144.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 103 (40.62% from 255) = 22.10%
R=41.42%
G=36.48%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317010300.120.470.2444.6742.0658.04
HexC1AA670C2F182d2a3a
Octal3012521470145730555272
Binary110000011010101011001110110010111111000101101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA67; }

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

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

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

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

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

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

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

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