Html Css Color HEX #C9C80C Bird Flower

📋 copy color: '#C9C80C'

red 201 ◦ green 200 ◦ blue 12

#C9C80C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #C9C80C

Tints of Bird Flower #C9C80C

RGB

 RED value IS 201 (78.91% from 255) = 48.67%

 GREEN value IS 200 (78.52% from 255) = 48.43%

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 48.67%
G = 48.43%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9C80C (or 0xC9C80C) is known color: Bird Flower. HEX triplet: C9, C8 and 0C. RGB value is (201,200,12). Sum of RGB (Red+Green+Blue) = 201+200+12=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C80C is #3637F3. Grayscale: #B3B3B3. Windows color (decimal): -3553268 or 837833. OLE color: 837833.

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

Color convert

RGB 201 200 12 -
CMYK 0 0.00 0.94 0.21
HSL 59.68º 0.89% 0.42% -
HSV(B) 59.68º 0.94% 0.79% -
XYZ 44.81 53.75 8.36 -
YUV 178.87 33.83 143.79 -
System Red Green Blue C M Y K H S L
Decimal 201 200 12 0 0.00 0.94 0.21 59.68 0.89 0.42
Hex C9 C8 C 0 0 5E 15 3C 59 2A
Octal 311 310 14 0 0 136 25 74 131 52
Binary 11001001 11001000 1100 0 0 1011110 10101 111100 1011001 101010

Color Harmonies of #C9C80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C80C

Black with #C9C80C

Text Example


Text Example

White with #C9C80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C80C; }

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

 H1.HeaderClassName
 {
   color: #C9C80C;
 }
 .AnyTagClassName
 {
   color: #C9C80C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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