#C9B15F

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

Shades of Laser #C9B15F

Tints of Laser #C9B15F

Color information

#C9B15F (or 0xC9B15F) is unknown color: approx Laser. HEX triplet: C9, B1 and 5F. RGB value is (201,177,95). Sum of RGB (Red+Green+Blue) = 201+177+95=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B15F is #364EA0. Grayscale: #AFAFAF. Windows color (decimal): -3559073 or 6271433. OLE color: 6271433.

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

Color convert

RGB20117795-
CMYK00.120.530.21
HSL46.42º49.53%58.04%-
HSV(B)46.42º52.74%78.82%-
XYZ41.8844.6917.25-
YUV174.8382.95146.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=42.49%
G=37.42%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011779500.120.530.2146.4249.5358.04
HexC9B15F0C35152e323a
Octal3112611370146525566272
Binary110010011011000110111110110011010110101101110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B15F; }

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

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

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

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

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

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

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

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