#C9B066

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

Shades of Laser #C9B066

Tints of Laser #C9B066

Color information

#C9B066 (or 0xC9B066) is unknown color: approx Laser. HEX triplet: C9, B0 and 66. RGB value is (201,176,102). Sum of RGB (Red+Green+Blue) = 201+176+102=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B066 is #364F99. Grayscale: #AFAFAF. Windows color (decimal): -3559322 or 6729929. OLE color: 6729929.

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

Color convert

RGB201176102-
CMYK00.120.490.21
HSL44.85º47.83%59.41%-
HSV(B)44.85º49.25%78.82%-
XYZ42.0144.4318.93-
YUV175.0486.78146.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.96%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=41.96%
G=36.74%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117610200.120.490.2144.8547.8359.41
HexC9B0660C31152d303b
Octal3112601460146125556073
Binary110010011011000011001100110011000110101101101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B066; }

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

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

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

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

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

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

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

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