#C9B60A

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

Shades of Bird Flower #C9B60A

Tints of Bird Flower #C9B60A

Color information

#C9B60A (or 0xC9B60A) is unknown color: approx Bird Flower. HEX triplet: C9, B6 and 0A. RGB value is (201,182,10). Sum of RGB (Red+Green+Blue) = 201+182+10=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B60A is #3649F5. Grayscale: #A8A8A8. Windows color (decimal): -3557878 or 702153. OLE color: 702153.

HSL color Cylindrical-coordinate representation of color #C9B60A: hue angle of 54.03º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9B60A is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB20118210-
CMYK00.090.950.21
HSL54.03º90.52%41.37%-
HSV(B)54.03º95.02%78.82%-
XYZ40.8745.96.99-
YUV168.0738.79151.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.15%
GREEN value IS 182 (71.48% from 255) = 46.31%
BLUE value IS 10 (4.30% from 255) = 2.54%
R=51.15%
G=46.31%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011821000.090.950.2154.0390.5241.37
HexC9B6A095F15365b29
Octal31126612011137256613351
Binary11001001101101101010010011011111101011101101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B60A; }

 p { color: rgb(201,182,10); }

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

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

 a { background-color: rgb(201,182,10); }

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

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

 span { border-color: rgb(201,182,10); }

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