#C4AF68

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

Shades of Laser #C4AF68

Tints of Laser #C4AF68

Color information

#C4AF68 (or 0xC4AF68) is unknown color: approx Laser. HEX triplet: C4, AF and 68. RGB value is (196,175,104). Sum of RGB (Red+Green+Blue) = 196+175+104=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF68 is #3B5097. Grayscale: #ADADAD. Windows color (decimal): -3887256 or 6860740. OLE color: 6860740.

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

Color convert

RGB196175104-
CMYK00.110.470.23
HSL46.3º43.81%58.82%-
HSV(B)46.3º46.94%76.86%-
XYZ40.5943.419.33-
YUV173.1888.96144.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 104 (41.02% from 255) = 21.89%
R=41.26%
G=36.84%
B=21.89%

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
Decimal19617510400.110.470.2346.343.8158.82
HexC4AF680B2F172e2c3b
Octal3042571500135727565473
Binary110001001010111111010000101110111110111101110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF68; }

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

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

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

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

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

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

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

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