#C3AE5A

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

Shades of Laser #C3AE5A

Tints of Laser #C3AE5A

Color information

#C3AE5A (or 0xC3AE5A) is unknown color: approx Laser. HEX triplet: C3, AE and 5A. RGB value is (195,174,90). Sum of RGB (Red+Green+Blue) = 195+174+90=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AE5A is #3C51A5. Grayscale: #ABABAB. Windows color (decimal): -3953062 or 5942979. OLE color: 5942979.

HSL color Cylindrical-coordinate representation of color #C3AE5A: hue angle of 48º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3AE5A is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19517490-
CMYK00.110.540.24
HSL48º46.67%55.88%-
HSV(B)48º53.85%76.47%-
XYZ39.4942.6115.82-
YUV170.782.46145.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 90 (35.55% from 255) = 19.61%
R=42.48%
G=37.91%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951749000.110.540.244846.6755.88
HexC3AE5A0B3618302f38
Octal3032561320136630605770
Binary110000111010111010110100101111011011000110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE5A; }

 p { color: rgb(195,174,90); }

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

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

 a { background-color: rgb(195,174,90); }

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

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

 span { border-color: rgb(195,174,90); }

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