#C9B067

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

Shades of Laser #C9B067

Tints of Laser #C9B067

Color information

#C9B067 (or 0xC9B067) is unknown color: approx Laser. HEX triplet: C9, B0 and 67. RGB value is (201,176,103). Sum of RGB (Red+Green+Blue) = 201+176+103=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B067 is #364F98. Grayscale: #AFAFAF. Windows color (decimal): -3559321 or 6795465. OLE color: 6795465.

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

Color convert

RGB201176103-
CMYK00.120.490.21
HSL44.69º47.57%59.61%-
HSV(B)44.69º48.76%78.82%-
XYZ42.0644.4519.19-
YUV175.1587.28146.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.88%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 103 (40.62% from 255) = 21.46%
R=41.88%
G=36.67%
B=21.46%

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
Decimal20117610300.120.490.2144.6947.5759.61
HexC9B0670C31152d303c
Octal3112601470146125556074
Binary110010011011000011001110110011000110101101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B067; }

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

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

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

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

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

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

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

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