#C9B25D

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

Shades of Laser #C9B25D

Tints of Laser #C9B25D

Color information

#C9B25D (or 0xC9B25D) is unknown color: approx Laser. HEX triplet: C9, B2 and 5D. RGB value is (201,178,93). Sum of RGB (Red+Green+Blue) = 201+178+93=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B25D is #364DA2. Grayscale: #AFAFAF. Windows color (decimal): -3558819 or 6140617. OLE color: 6140617.

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

Color convert

RGB20117893-
CMYK00.110.540.21
HSL47.22º50%57.65%-
HSV(B)47.22º53.73%78.82%-
XYZ41.9845.0516.84-
YUV175.1981.62146.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 178 (69.92% from 255) = 37.71%
BLUE value IS 93 (36.72% from 255) = 19.70%
R=42.58%
G=37.71%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011789300.110.540.2147.225057.65
HexC9B25D0B36152f323a
Octal3112621350136625576272
Binary110010011011001010111010101111011010101101111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B25D; }

 p { color: rgb(201,178,93); }

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

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

 a { background-color: rgb(201,178,93); }

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

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

 span { border-color: rgb(201,178,93); }

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