#C1AD5A

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

Shades of Laser #C1AD5A

Tints of Laser #C1AD5A

Color information

#C1AD5A (or 0xC1AD5A) is unknown color: approx Laser. HEX triplet: C1, AD and 5A. RGB value is (193,173,90). Sum of RGB (Red+Green+Blue) = 193+173+90=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD5A is #3E52A5. Grayscale: #A9A9A9. Windows color (decimal): -4084390 or 5942721. OLE color: 5942721.

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

Color convert

RGB19317390-
CMYK00.100.530.24
HSL48.35º45.37%55.49%-
HSV(B)48.35º53.37%75.69%-
XYZ38.7841.9615.73-
YUV169.5283.13144.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 90 (35.55% from 255) = 19.74%
R=42.32%
G=37.94%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931739000.100.530.2448.3545.3755.49
HexC1AD5A0A3518302d37
Octal3012551320126530605567
Binary110000011010110110110100101011010111000110000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AD5A; }

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

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

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

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

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

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

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

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