#C3A65C

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

Shades of Laser #C3A65C

Tints of Laser #C3A65C

Color information

#C3A65C (or 0xC3A65C) is unknown color: approx Laser. HEX triplet: C3, A6 and 5C. RGB value is (195,166,92). Sum of RGB (Red+Green+Blue) = 195+166+92=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A65C is #3C59A3. Grayscale: #A6A6A6. Windows color (decimal): -3955108 or 6072003. OLE color: 6072003.

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

Color convert

RGB19516692-
CMYK00.150.530.24
HSL43.11º46.19%56.27%-
HSV(B)43.11º52.82%76.47%-
XYZ38.0739.6515.77-
YUV166.2486.11148.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=43.05%
G=36.64%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951669200.150.530.2443.1146.1956.27
HexC3A65C0F35182b2e38
Octal3032461340176530535670
Binary110000111010011010111000111111010111000101011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A65C; }

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

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

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

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

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

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

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

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