#C3A666

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

Shades of Laser #C3A666

Tints of Laser #C3A666

Color information

#C3A666 (or 0xC3A666) is unknown color: approx Laser. HEX triplet: C3, A6 and 66. RGB value is (195,166,102). Sum of RGB (Red+Green+Blue) = 195+166+102=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A666 is #3C5999. Grayscale: #A7A7A7. Windows color (decimal): -3955098 or 6727363. OLE color: 6727363.

HSL color Cylindrical-coordinate representation of color #C3A666: hue angle of 41.29º 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 #C3A666 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB195166102-
CMYK00.150.480.24
HSL41.29º43.66%58.24%-
HSV(B)41.29º47.69%76.47%-
XYZ38.5439.8318.23-
YUV167.3891.11147.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=42.12%
G=35.85%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516610200.150.480.2441.2943.6658.24
HexC3A6660F3018292c3a
Octal3032461460176030515472
Binary110000111010011011001100111111000011000101001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A666; }

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

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

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

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

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

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

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

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