#C9C813

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

Shades of Bird Flower #C9C813

Tints of Bird Flower #C9C813

Color information

#C9C813 (or 0xC9C813) is unknown color: approx Bird Flower. HEX triplet: C9, C8 and 13. RGB value is (201,200,19). Sum of RGB (Red+Green+Blue) = 201+200+19=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C813 is #3637EC. Grayscale: #B4B4B4. Windows color (decimal): -3553261 or 1296585. OLE color: 1296585.

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

Color convert

RGB20120019-
CMYK00.000.910.21
HSL59.67º82.73%43.14%-
HSV(B)59.67º90.55%78.82%-
XYZ44.8653.778.63-
YUV179.6637.33143.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.86%
GREEN value IS 200 (78.52% from 255) = 47.62%
BLUE value IS 19 (7.81% from 255) = 4.52%
R=47.86%
G=47.62%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012001900.000.910.2159.6782.7343.14
HexC9C813005B153c532b
Octal3113102300133257412353
Binary110010011100100010011001011011101011111001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C813; }

 p { color: rgb(201,200,19); }

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

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

 a { background-color: rgb(201,200,19); }

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

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

 span { border-color: rgb(201,200,19); }

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