#C9B05B

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

Shades of Laser #C9B05B

Tints of Laser #C9B05B

Color information

#C9B05B (or 0xC9B05B) is unknown color: approx Laser. HEX triplet: C9, B0 and 5B. RGB value is (201,176,91). Sum of RGB (Red+Green+Blue) = 201+176+91=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B05B is #364FA4. Grayscale: #AEAEAE. Windows color (decimal): -3559333 or 6009033. OLE color: 6009033.

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

Color convert

RGB20117691-
CMYK00.120.550.21
HSL46.36º50.46%57.25%-
HSV(B)46.36º54.73%78.82%-
XYZ41.544.2216.25-
YUV173.7881.28147.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.95%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 91 (35.94% from 255) = 19.44%
R=42.95%
G=37.61%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011769100.120.550.2146.3650.4657.25
HexC9B05B0C37152e3239
Octal3112601330146725566271
Binary110010011011000010110110110011011110101101110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B05B; }

 p { color: rgb(201,176,91); }

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

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

 a { background-color: rgb(201,176,91); }

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

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

 span { border-color: rgb(201,176,91); }

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