#C9B157

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

Shades of Laser #C9B157

Tints of Laser #C9B157

Color information

#C9B157 (or 0xC9B157) is unknown color: approx Laser. HEX triplet: C9, B1 and 57. RGB value is (201,177,87). Sum of RGB (Red+Green+Blue) = 201+177+87=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B157 is #364EA8. Grayscale: #AEAEAE. Windows color (decimal): -3559081 or 5747145. OLE color: 5747145.

HSL color Cylindrical-coordinate representation of color #C9B157: hue angle of 47.37º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9B157 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB20117787-
CMYK00.120.570.21
HSL47.37º51.35%56.47%-
HSV(B)47.37º56.72%78.82%-
XYZ41.5344.5515.43-
YUV173.9278.95147.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.23%
GREEN value IS 177 (69.53% from 255) = 38.06%
BLUE value IS 87 (34.38% from 255) = 18.71%
R=43.23%
G=38.06%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011778700.120.570.2147.3751.3556.47
HexC9B1570C39152f3338
Octal3112611270147125576370
Binary110010011011000110101110110011100110101101111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B157; }

 p { color: rgb(201,177,87); }

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

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

 a { background-color: rgb(201,177,87); }

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

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

 span { border-color: rgb(201,177,87); }

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