#C5AA67

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

Shades of Laser #C5AA67

Tints of Laser #C5AA67

Color information

#C5AA67 (or 0xC5AA67) is unknown color: approx Laser. HEX triplet: C5, AA and 67. RGB value is (197,170,103). Sum of RGB (Red+Green+Blue) = 197+170+103=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA67 is #3A5598. Grayscale: #AAAAAA. Windows color (decimal): -3823001 or 6793925. OLE color: 6793925.

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

Color convert

RGB197170103-
CMYK00.140.480.23
HSL42.77º44.76%58.82%-
HSV(B)42.77º47.72%77.25%-
XYZ39.8541.618.76-
YUV170.4389.95146.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 103 (40.62% from 255) = 21.91%
R=41.91%
G=36.17%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717010300.140.480.2342.7744.7658.82
HexC5AA670E30172b2d3b
Octal3052521470166027535573
Binary110001011010101011001110111011000010111101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA67; }

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

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

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

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

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

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

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

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