Html Css Color HEX #C9C213 Bird Flower

📋 copy color: '#C9C213'

red 201 ◦ green 194 ◦ blue 19

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

Shades of Bird Flower #C9C213

Tints of Bird Flower #C9C213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.59%

R = 48.55%
G = 46.86%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C9C213 (or 0xC9C213) is known color: Bird Flower. HEX triplet: C9, C2 and 13. RGB value is (201,194,19). Sum of RGB (Red+Green+Blue) = 201+194+19=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C213 is #363DEC. Grayscale: #B0B0B0. Windows color (decimal): -3554797 or 1295049. OLE color: 1295049.

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

Color convert

RGB 201 194 19 -
CMYK 0 0.03 0.91 0.21
HSL 57.69º 0.83% 0.43% -
HSV(B) 57.69º 0.91% 0.79% -
XYZ 43.5 51.05 8.18 -
YUV 176.14 39.32 145.73 -
System Red Green Blue C M Y K H S L
Decimal 201 194 19 0 0.03 0.91 0.21 57.69 0.83 0.43
Hex C9 C2 13 0 3 5B 15 3A 53 2B
Octal 311 302 23 0 3 133 25 72 123 53
Binary 11001001 11000010 10011 0 11 1011011 10101 111010 1010011 101011

Color Harmonies of #C9C213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C213

Black with #C9C213

Text Example


Text Example

White with #C9C213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C213; }

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

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

background-color css

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

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

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

border-color css

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

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

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