#C4B163

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

Shades of Laser #C4B163

Tints of Laser #C4B163

Color information

#C4B163 (or 0xC4B163) is unknown color: approx Laser. HEX triplet: C4, B1 and 63. RGB value is (196,177,99). Sum of RGB (Red+Green+Blue) = 196+177+99=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B163 is #3B4E9C. Grayscale: #AEAEAE. Windows color (decimal): -3886749 or 6533572. OLE color: 6533572.

HSL color Cylindrical-coordinate representation of color #C4B163: hue angle of 48.25º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4B163 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB19617799-
CMYK00.100.490.23
HSL48.25º45.12%57.84%-
HSV(B)48.25º49.49%76.86%-
XYZ40.7444.0818.17-
YUV173.7985.79143.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=41.53%
G=37.5%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961779900.100.490.2348.2545.1257.84
HexC4B1630A3117302d3a
Octal3042611430126127605572
Binary110001001011000111000110101011000110111110000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B163; }

 p { color: rgb(196,177,99); }

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

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

 a { background-color: rgb(196,177,99); }

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

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

 span { border-color: rgb(196,177,99); }

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