#C5AE69

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

Shades of Laser #C5AE69

Tints of Laser #C5AE69

Color information

#C5AE69 (or 0xC5AE69) is unknown color: approx Laser. HEX triplet: C5, AE and 69. RGB value is (197,174,105). Sum of RGB (Red+Green+Blue) = 197+174+105=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AE69 is #3A5196. Grayscale: #ADADAD. Windows color (decimal): -3821975 or 6926021. OLE color: 6926021.

HSL color Cylindrical-coordinate representation of color #C5AE69: hue angle of 45º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5AE69 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB197174105-
CMYK00.120.470.23
HSL45º44.23%59.22%-
HSV(B)45º46.7%77.25%-
XYZ40.7143.1619.55-
YUV173.0189.62145.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.39%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=41.39%
G=36.55%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717410500.120.470.234544.2359.22
HexC5AE690C2F172d2c3b
Octal3052561510145727555473
Binary110001011010111011010010110010111110111101101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AE69; }

 p { color: rgb(197,174,105); }

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

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

 a { background-color: rgb(197,174,105); }

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

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

 span { border-color: rgb(197,174,105); }

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