#C9B158

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

Shades of Laser #C9B158

Tints of Laser #C9B158

Color information

#C9B158 (or 0xC9B158) is unknown color: approx Laser. HEX triplet: C9, B1 and 58. RGB value is (201,177,88). Sum of RGB (Red+Green+Blue) = 201+177+88=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B158 is #364EA7. Grayscale: #AEAEAE. Windows color (decimal): -3559080 or 5812681. OLE color: 5812681.

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

Color convert

RGB20117788-
CMYK00.120.560.21
HSL47.26º51.13%56.67%-
HSV(B)47.26º56.22%78.82%-
XYZ41.5744.5715.64-
YUV174.0379.45147.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 88 (34.77% from 255) = 18.88%
R=43.13%
G=37.98%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011778800.120.560.2147.2651.1356.67
HexC9B1580C38152f3339
Octal3112611300147025576371
Binary110010011011000110110000110011100010101101111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B158; }

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

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

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

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

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

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

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

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