#C4A966

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

Shades of Laser #C4A966

Tints of Laser #C4A966

Color information

#C4A966 (or 0xC4A966) is unknown color: approx Laser. HEX triplet: C4, A9 and 66. RGB value is (196,169,102). Sum of RGB (Red+Green+Blue) = 196+169+102=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A966 is #3B5699. Grayscale: #A9A9A9. Windows color (decimal): -3888794 or 6728132. OLE color: 6728132.

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

Color convert

RGB196169102-
CMYK00.140.480.23
HSL42.77º44.34%58.43%-
HSV(B)42.77º47.96%76.86%-
XYZ39.3541.0718.42-
YUV169.4489.95146.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=41.97%
G=36.19%
B=21.84%

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
Decimal19616910200.140.480.2342.7744.3458.43
HexC4A9660E30172b2c3a
Octal3042511460166027535472
Binary110001001010100111001100111011000010111101011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A966; }

 p { color: rgb(196,169,102); }

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

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

 a { background-color: rgb(196,169,102); }

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

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

 span { border-color: rgb(196,169,102); }

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