#C9B057

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

Shades of Laser #C9B057

Tints of Laser #C9B057

Color information

#C9B057 (or 0xC9B057) is unknown color: approx Laser. HEX triplet: C9, B0 and 57. RGB value is (201,176,87). Sum of RGB (Red+Green+Blue) = 201+176+87=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B057 is #364FA8. Grayscale: #ADADAD. Windows color (decimal): -3559337 or 5746889. OLE color: 5746889.

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

Color convert

RGB20117687-
CMYK00.120.570.21
HSL46.84º51.35%56.47%-
HSV(B)46.84º56.72%78.82%-
XYZ41.3344.1615.36-
YUV173.3379.28147.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 87 (34.38% from 255) = 18.75%
R=43.32%
G=37.93%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011768700.120.570.2146.8451.3556.47
HexC9B0570C39152f3338
Octal3112601270147125576370
Binary110010011011000010101110110011100110101101111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B057; }

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

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

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

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

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

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

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

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