#C3AD67

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

Shades of Laser #C3AD67

Tints of Laser #C3AD67

Color information

#C3AD67 (or 0xC3AD67) is unknown color: approx Laser. HEX triplet: C3, AD and 67. RGB value is (195,173,103). Sum of RGB (Red+Green+Blue) = 195+173+103=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD67 is #3C5298. Grayscale: #ABABAB. Windows color (decimal): -3953305 or 6794691. OLE color: 6794691.

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

Color convert

RGB195173103-
CMYK00.110.470.24
HSL45.65º43.4%58.43%-
HSV(B)45.65º47.18%76.47%-
XYZ39.942.4718.93-
YUV171.689.29144.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 103 (40.62% from 255) = 21.87%
R=41.40%
G=36.73%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517310300.110.470.2445.6543.458.43
HexC3AD670B2F182e2b3a
Octal3032551470135730565372
Binary110000111010110111001110101110111111000101110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD67; }

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

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

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

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

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

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

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

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