#C3A766

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

Shades of Laser #C3A766

Tints of Laser #C3A766

Color information

#C3A766 (or 0xC3A766) is unknown color: approx Laser. HEX triplet: C3, A7 and 66. RGB value is (195,167,102). Sum of RGB (Red+Green+Blue) = 195+167+102=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A766 is #3C5899. Grayscale: #A8A8A8. Windows color (decimal): -3954842 or 6727619. OLE color: 6727619.

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

Color convert

RGB195167102-
CMYK00.140.480.24
HSL41.94º43.66%58.24%-
HSV(B)41.94º47.69%76.47%-
XYZ38.7240.218.29-
YUV167.9690.78147.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 167 (65.62% from 255) = 35.99%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=42.03%
G=35.99%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516710200.140.480.2441.9443.6658.24
HexC3A7660E30182a2c3a
Octal3032471460166030525472
Binary110000111010011111001100111011000011000101010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A766; }

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

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

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

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

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

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

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

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