#C5AF69

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

Shades of Laser #C5AF69

Tints of Laser #C5AF69

Color information

#C5AF69 (or 0xC5AF69) is unknown color: approx Laser. HEX triplet: C5, AF and 69. RGB value is (197,175,105). Sum of RGB (Red+Green+Blue) = 197+175+105=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF69 is #3A5096. Grayscale: #ADADAD. Windows color (decimal): -3821719 or 6926277. OLE color: 6926277.

HSL color Cylindrical-coordinate representation of color #C5AF69: hue angle of 45.65º 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 #C5AF69 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB197175105-
CMYK00.110.470.23
HSL45.65º44.23%59.22%-
HSV(B)45.65º46.7%77.25%-
XYZ40.9143.5519.61-
YUV173.689.29144.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=41.30%
G=36.69%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717510500.110.470.2345.6544.2359.22
HexC5AF690B2F172e2c3b
Octal3052571510135727565473
Binary110001011010111111010010101110111110111101110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF69; }

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

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

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

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

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

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

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

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