#C9C00A

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

Shades of Bird Flower #C9C00A

Tints of Bird Flower #C9C00A

Color information

#C9C00A (or 0xC9C00A) is unknown color: approx Bird Flower. HEX triplet: C9, C0 and 0A. RGB value is (201,192,10). Sum of RGB (Red+Green+Blue) = 201+192+10=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C00A is #363FF5. Grayscale: #AEAEAE. Windows color (decimal): -3555318 or 704713. OLE color: 704713.

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

Color convert

RGB20119210-
CMYK00.040.950.21
HSL57.17º90.52%41.37%-
HSV(B)57.17º95.02%78.82%-
XYZ42.9950.147.7-
YUV173.9435.48147.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.88%
GREEN value IS 192 (75.39% from 255) = 47.64%
BLUE value IS 10 (4.30% from 255) = 2.48%
R=49.88%
G=47.64%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011921000.040.950.2157.1790.5241.37
HexC9C0A045F15395b29
Octal3113001204137257113351
Binary1100100111000000101001001011111101011110011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C00A; }

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

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

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

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

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

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

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

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