#C4AF5A

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

Shades of Laser #C4AF5A

Tints of Laser #C4AF5A

Color information

#C4AF5A (or 0xC4AF5A) is unknown color: approx Laser. HEX triplet: C4, AF and 5A. RGB value is (196,175,90). Sum of RGB (Red+Green+Blue) = 196+175+90=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF5A is #3B50A5. Grayscale: #ABABAB. Windows color (decimal): -3887270 or 5943236. OLE color: 5943236.

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

Color convert

RGB19617590-
CMYK00.110.540.23
HSL48.11º47.32%56.08%-
HSV(B)48.11º54.08%76.86%-
XYZ39.9443.1315.89-
YUV171.5981.96145.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 90 (35.55% from 255) = 19.52%
R=42.52%
G=37.96%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961759000.110.540.2348.1147.3256.08
HexC4AF5A0B3617302f38
Octal3042571320136627605770
Binary110001001010111110110100101111011010111110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF5A; }

 p { color: rgb(196,175,90); }

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

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

 a { background-color: rgb(196,175,90); }

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

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

 span { border-color: rgb(196,175,90); }

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