#C3AD66

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

Shades of Laser #C3AD66

Tints of Laser #C3AD66

Color information

#C3AD66 (or 0xC3AD66) is unknown color: approx Laser. HEX triplet: C3, AD and 66. RGB value is (195,173,102). Sum of RGB (Red+Green+Blue) = 195+173+102=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD66 is #3C5299. Grayscale: #ABABAB. Windows color (decimal): -3953306 or 6729155. OLE color: 6729155.

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

Color convert

RGB195173102-
CMYK00.110.480.24
HSL45.81º43.66%58.24%-
HSV(B)45.81º47.69%76.47%-
XYZ39.8542.4518.66-
YUV171.4888.79144.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=41.49%
G=36.81%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517310200.110.480.2445.8143.6658.24
HexC3AD660B30182e2c3a
Octal3032551460136030565472
Binary110000111010110111001100101111000011000101110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD66; }

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

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

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

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

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

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

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

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