#C3A967

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

Shades of Laser #C3A967

Tints of Laser #C3A967

Color information

#C3A967 (or 0xC3A967) is unknown color: approx Laser. HEX triplet: C3, A9 and 67. RGB value is (195,169,103). Sum of RGB (Red+Green+Blue) = 195+169+103=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A967 is #3C5698. Grayscale: #A9A9A9. Windows color (decimal): -3954329 or 6793667. OLE color: 6793667.

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

Color convert

RGB195169103-
CMYK00.130.470.24
HSL43.04º43.4%58.43%-
HSV(B)43.04º47.18%76.47%-
XYZ39.1440.9618.67-
YUV169.2590.61146.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=41.76%
G=36.19%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516910300.130.470.2443.0443.458.43
HexC3A9670D2F182b2b3a
Octal3032511470155730535372
Binary110000111010100111001110110110111111000101011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A967; }

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

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

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

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

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

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

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

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