#C3AA66

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

Shades of Laser #C3AA66

Tints of Laser #C3AA66

Color information

#C3AA66 (or 0xC3AA66) is unknown color: approx Laser. HEX triplet: C3, AA and 66. RGB value is (195,170,102). Sum of RGB (Red+Green+Blue) = 195+170+102=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA66 is #3C5599. Grayscale: #AAAAAA. Windows color (decimal): -3954074 or 6728387. OLE color: 6728387.

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

Color convert

RGB195170102-
CMYK00.130.480.24
HSL43.87º43.66%58.24%-
HSV(B)43.87º47.69%76.47%-
XYZ39.2841.3118.47-
YUV169.7289.78146.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=41.76%
G=36.40%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517010200.130.480.2443.8743.6658.24
HexC3AA660D30182c2c3a
Octal3032521460156030545472
Binary110000111010101011001100110111000011000101100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA66; }

 p { color: rgb(195,170,102); }

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

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

 a { background-color: rgb(195,170,102); }

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

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

 span { border-color: rgb(195,170,102); }

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