Html Css Color HEX #C9C013 Bird Flower

📋 copy color: '#C9C013'

red 201 ◦ green 192 ◦ blue 19

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

Shades of Bird Flower #C9C013

Tints of Bird Flower #C9C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

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

R = 48.79%
G = 46.6%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C9C013 (or 0xC9C013) is known color: Bird Flower. HEX triplet: C9, C0 and 13. RGB value is (201,192,19). Sum of RGB (Red+Green+Blue) = 201+192+19=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C013 is #363FEC. Grayscale: #AFAFAF. Windows color (decimal): -3555309 or 1294537. OLE color: 1294537.

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

Color convert

RGB 201 192 19 -
CMYK 0 0.04 0.91 0.21
HSL 57.03º 0.83% 0.43% -
HSV(B) 57.03º 0.91% 0.79% -
XYZ 43.05 50.16 8.03 -
YUV 174.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 201 192 19 0 0.04 0.91 0.21 57.03 0.83 0.43
Hex C9 C0 13 0 4 5B 15 39 53 2B
Octal 311 300 23 0 4 133 25 71 123 53
Binary 11001001 11000000 10011 0 100 1011011 10101 111001 1010011 101011

Color Harmonies of #C9C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C013

Black with #C9C013

Text Example


Text Example

White with #C9C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C013; }

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

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

background-color css

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

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

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

border-color css

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

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

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