#C3A66A

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

Shades of Laser #C3A66A

Tints of Laser #C3A66A

Color information

#C3A66A (or 0xC3A66A) is unknown color: approx Laser. HEX triplet: C3, A6 and 6A. RGB value is (195,166,106). Sum of RGB (Red+Green+Blue) = 195+166+106=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A66A is #3C5995. Grayscale: #A8A8A8. Windows color (decimal): -3955094 or 6989507. OLE color: 6989507.

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

Color convert

RGB195166106-
CMYK00.150.460.24
HSL40.45º42.58%59.02%-
HSV(B)40.45º45.64%76.47%-
XYZ38.7439.9219.3-
YUV167.8393.11147.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=41.76%
G=35.55%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516610600.150.460.2440.4542.5859.02
HexC3A66A0F2E18282b3b
Octal3032461520175630505373
Binary110000111010011011010100111110111011000101000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A66A; }

 p { color: rgb(195,166,106); }

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

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

 a { background-color: rgb(195,166,106); }

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

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

 span { border-color: rgb(195,166,106); }

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