#C9B165

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

Shades of Laser #C9B165

Tints of Laser #C9B165

Color information

#C9B165 (or 0xC9B165) is unknown color: approx Laser. HEX triplet: C9, B1 and 65. RGB value is (201,177,101). Sum of RGB (Red+Green+Blue) = 201+177+101=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B165 is #364E9A. Grayscale: #AFAFAF. Windows color (decimal): -3559067 or 6664649. OLE color: 6664649.

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

Color convert

RGB201177101-
CMYK00.120.500.21
HSL45.6º48.08%59.22%-
HSV(B)45.6º49.75%78.82%-
XYZ42.1644.818.74-
YUV175.5185.95146.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.96%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 101 (39.84% from 255) = 21.09%
R=41.96%
G=36.95%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117710100.120.500.2145.648.0859.22
HexC9B1650C32152e303b
Octal3112611450146225566073
Binary110010011011000111001010110011001010101101110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B165; }

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

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

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

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

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

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

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

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