Html Css Color HEX #C9C21C Bird Flower

📋 copy color: '#C9C21C'

red 201 ◦ green 194 ◦ blue 28

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

Shades of Bird Flower #C9C21C

Tints of Bird Flower #C9C21C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

 BLUE value IS 28 (11.33% from 255) = 6.62%

R = 47.52%
G = 45.86%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9C21C (or 0xC9C21C) is known color: Bird Flower. HEX triplet: C9, C2 and 1C. RGB value is (201,194,28). Sum of RGB (Red+Green+Blue) = 201+194+28=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C21C is #363DE3. Grayscale: #B1B1B1. Windows color (decimal): -3554788 or 1884873. OLE color: 1884873.

HSL color Cylindrical-coordinate representation of color #C9C21C: hue angle of 57.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9C21C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 194 28 -
CMYK 0 0.03 0.86 0.21
HSL 57.57º 0.76% 0.45% -
HSV(B) 57.57º 0.86% 0.79% -
XYZ 43.59 51.08 8.66 -
YUV 177.17 43.82 145 -
System Red Green Blue C M Y K H S L
Decimal 201 194 28 0 0.03 0.86 0.21 57.57 0.76 0.45
Hex C9 C2 1C 0 3 56 15 3A 4C 2D
Octal 311 302 34 0 3 126 25 72 114 55
Binary 11001001 11000010 11100 0 11 1010110 10101 111010 1001100 101101

Color Harmonies of #C9C21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C21C

Black with #C9C21C

Text Example


Text Example

White with #C9C21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C21C; }

 p { color: rgb(201,194,28); }

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

background-color css

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

 a { background-color: rgb(201,194,28); }

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

border-color css

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

 span { border-color: rgb(201,194,28); }

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