#C9B05F

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

Shades of Laser #C9B05F

Tints of Laser #C9B05F

Color information

#C9B05F (or 0xC9B05F) is unknown color: approx Laser. HEX triplet: C9, B0 and 5F. RGB value is (201,176,95). Sum of RGB (Red+Green+Blue) = 201+176+95=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B05F is #364FA0. Grayscale: #AEAEAE. Windows color (decimal): -3559329 or 6271177. OLE color: 6271177.

HSL color Cylindrical-coordinate representation of color #C9B05F: hue angle of 45.85º 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 #C9B05F is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20117695-
CMYK00.120.530.21
HSL45.85º49.53%58.04%-
HSV(B)45.85º52.74%78.82%-
XYZ41.6844.2917.18-
YUV174.2483.28147.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 95 (37.5% from 255) = 20.13%
R=42.58%
G=37.29%
B=20.13%

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
Decimal2011769500.120.530.2145.8549.5358.04
HexC9B05F0C35152e323a
Octal3112601370146525566272
Binary110010011011000010111110110011010110101101110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B05F; }

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

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

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

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

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

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

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

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