Html Css Color HEX #C9C118 Bird Flower

📋 copy color: '#C9C118'

red 201 ◦ green 193 ◦ blue 24

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

Shades of Bird Flower #C9C118

Tints of Bird Flower #C9C118

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.17%

 BLUE value IS 24 (9.77% from 255) = 5.74%

R = 48.09%
G = 46.17%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C9C118 (or 0xC9C118) is known color: Bird Flower. HEX triplet: C9, C1 and 18. RGB value is (201,193,24). Sum of RGB (Red+Green+Blue) = 201+193+24=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C118 is #363EE7. Grayscale: #B0B0B0. Windows color (decimal): -3555048 or 1622473. OLE color: 1622473.

HSL color Cylindrical-coordinate representation of color #C9C118: hue angle of 57.29º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9C118 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 193 24 -
CMYK 0 0.04 0.88 0.21
HSL 57.29º 0.79% 0.44% -
HSV(B) 57.29º 0.88% 0.79% -
XYZ 43.32 50.62 8.35 -
YUV 176.13 42.15 145.74 -
System Red Green Blue C M Y K H S L
Decimal 201 193 24 0 0.04 0.88 0.21 57.29 0.79 0.44
Hex C9 C1 18 0 4 58 15 39 4F 2C
Octal 311 301 30 0 4 130 25 71 117 54
Binary 11001001 11000001 11000 0 100 1011000 10101 111001 1001111 101100

Color Harmonies of #C9C118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C118

Black with #C9C118

Text Example


Text Example

White with #C9C118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C118; }

 p { color: rgb(201,193,24); }

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

background-color css

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

 a { background-color: rgb(201,193,24); }

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

border-color css

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

 span { border-color: rgb(201,193,24); }

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