#C4AD68

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

Shades of Laser #C4AD68

Tints of Laser #C4AD68

Color information

#C4AD68 (or 0xC4AD68) is unknown color: approx Laser. HEX triplet: C4, AD and 68. RGB value is (196,173,104). Sum of RGB (Red+Green+Blue) = 196+173+104=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD68 is #3B5297. Grayscale: #ACACAC. Windows color (decimal): -3887768 or 6860228. OLE color: 6860228.

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

Color convert

RGB196173104-
CMYK00.120.470.23
HSL45º43.81%58.82%-
HSV(B)45º46.94%76.86%-
XYZ40.2142.6219.2-
YUV172.0189.62145.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 104 (41.02% from 255) = 21.99%
R=41.44%
G=36.58%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617310400.120.470.234543.8158.82
HexC4AD680C2F172d2c3b
Octal3042551500145727555473
Binary110001001010110111010000110010111110111101101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD68; }

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

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

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

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

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

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

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

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