Html Css Color HEX #C9C314 Bird Flower

📋 copy color: '#C9C314'

red 201 ◦ green 195 ◦ blue 20

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

Shades of Bird Flower #C9C314

Tints of Bird Flower #C9C314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.88%

 BLUE value IS 20 (8.2% from 255) = 4.81%

R = 48.32%
G = 46.88%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9C314 (or 0xC9C314) is known color: Bird Flower. HEX triplet: C9, C3 and 14. RGB value is (201,195,20). Sum of RGB (Red+Green+Blue) = 201+195+20=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C314 is #363CEB. Grayscale: #B1B1B1. Windows color (decimal): -3554540 or 1360841. OLE color: 1360841.

HSL color Cylindrical-coordinate representation of color #C9C314: hue angle of 58.01º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9C314 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 195 20 -
CMYK 0 0.03 0.90 0.21
HSL 58.01º 0.82% 0.43% -
HSV(B) 58.01º 0.9% 0.79% -
XYZ 43.73 51.5 8.3 -
YUV 176.84 39.49 145.23 -
System Red Green Blue C M Y K H S L
Decimal 201 195 20 0 0.03 0.90 0.21 58.01 0.82 0.43
Hex C9 C3 14 0 3 5A 15 3A 52 2B
Octal 311 303 24 0 3 132 25 72 122 53
Binary 11001001 11000011 10100 0 11 1011010 10101 111010 1010010 101011

Color Harmonies of #C9C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C314

Black with #C9C314

Text Example


Text Example

White with #C9C314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C314; }

 p { color: rgb(201,195,20); }

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

background-color css

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

 a { background-color: rgb(201,195,20); }

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

border-color css

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

 span { border-color: rgb(201,195,20); }

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