#C8B164

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

Shades of Laser #C8B164

Tints of Laser #C8B164

Color information

#C8B164 (or 0xC8B164) is unknown color: approx Laser. HEX triplet: C8, B1 and 64. RGB value is (200,177,100). Sum of RGB (Red+Green+Blue) = 200+177+100=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B164 is #374E9B. Grayscale: #AFAFAF. Windows color (decimal): -3624604 or 6599112. OLE color: 6599112.

HSL color Cylindrical-coordinate representation of color #C8B164: hue angle of 46.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8B164 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB200177100-
CMYK00.120.50.22
HSL46.2º47.62%58.82%-
HSV(B)46.2º50%78.43%-
XYZ41.8444.6418.47-
YUV175.185.62145.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 100 (39.45% from 255) = 20.96%
R=41.93%
G=37.11%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017710000.120.50.2246.247.6258.82
HexC8B1640C32162e303b
Octal3102611440146226566073
Binary110010001011000111001000110011001010110101110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B164; }

 p { color: rgb(200,177,100); }

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

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

 a { background-color: rgb(200,177,100); }

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

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

 span { border-color: rgb(200,177,100); }

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