#C4A669

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

Shades of Laser #C4A669

Tints of Laser #C4A669

Color information

#C4A669 (or 0xC4A669) is unknown color: approx Laser. HEX triplet: C4, A6 and 69. RGB value is (196,166,105). Sum of RGB (Red+Green+Blue) = 196+166+105=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A669 is #3B5996. Grayscale: #A8A8A8. Windows color (decimal): -3889559 or 6923972. OLE color: 6923972.

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

Color convert

RGB196166105-
CMYK00.150.460.23
HSL40.22º43.54%59.02%-
HSV(B)40.22º46.43%76.86%-
XYZ38.9540.0319.04-
YUV168.0292.44147.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 105 (41.41% from 255) = 22.48%
R=41.97%
G=35.55%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616610500.150.460.2340.2243.5459.02
HexC4A6690F2E17282c3b
Octal3042461510175627505473
Binary110001001010011011010010111110111010111101000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A669; }

 p { color: rgb(196,166,105); }

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

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

 a { background-color: rgb(196,166,105); }

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

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

 span { border-color: rgb(196,166,105); }

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