#C1A865

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

Shades of Laser #C1A865

Tints of Laser #C1A865

Color information

#C1A865 (or 0xC1A865) is unknown color: approx Laser. HEX triplet: C1, A8 and 65. RGB value is (193,168,101). Sum of RGB (Red+Green+Blue) = 193+168+101=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A865 is #3E579A. Grayscale: #A8A8A8. Windows color (decimal): -4085659 or 6662337. OLE color: 6662337.

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

Color convert

RGB193168101-
CMYK00.130.480.24
HSL43.7º42.59%57.65%-
HSV(B)43.7º47.67%75.69%-
XYZ38.3440.2818.07-
YUV167.8490.28145.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=41.77%
G=36.36%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316810100.130.480.2443.742.5957.65
HexC1A8650D30182c2b3a
Octal3012501450156030545372
Binary110000011010100011001010110111000011000101100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A865; }

 p { color: rgb(193,168,101); }

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

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

 a { background-color: rgb(193,168,101); }

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

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

 span { border-color: rgb(193,168,101); }

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