#C3A867

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

Shades of Laser #C3A867

Tints of Laser #C3A867

Color information

#C3A867 (or 0xC3A867) is unknown color: approx Laser. HEX triplet: C3, A8 and 67. RGB value is (195,168,103). Sum of RGB (Red+Green+Blue) = 195+168+103=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A867 is #3C5798. Grayscale: #A8A8A8. Windows color (decimal): -3954585 or 6793411. OLE color: 6793411.

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

Color convert

RGB195168103-
CMYK00.140.470.24
HSL42.39º43.4%58.43%-
HSV(B)42.39º47.18%76.47%-
XYZ38.9640.5918.61-
YUV168.6690.95146.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 103 (40.62% from 255) = 22.10%
R=41.85%
G=36.05%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516810300.140.470.2442.3943.458.43
HexC3A8670E2F182a2b3a
Octal3032501470165730525372
Binary110000111010100011001110111010111111000101010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A867; }

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

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

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

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

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

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

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

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