Html Css Color HEX #C9C512 Bird Flower

📋 copy color: '#C9C512'

red 201 ◦ green 197 ◦ blue 18

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

Shades of Bird Flower #C9C512

Tints of Bird Flower #C9C512

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.36%

 BLUE value IS 18 (7.42% from 255) = 4.33%

R = 48.32%
G = 47.36%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C9C512 (or 0xC9C512) is known color: Bird Flower. HEX triplet: C9, C5 and 12. RGB value is (201,197,18). Sum of RGB (Red+Green+Blue) = 201+197+18=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C512 is #363AED. Grayscale: #B2B2B2. Windows color (decimal): -3554030 or 1230281. OLE color: 1230281.

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

Color convert

RGB 201 197 18 -
CMYK 0 0.02 0.91 0.21
HSL 58.69º 0.84% 0.43% -
HSV(B) 58.69º 0.91% 0.79% -
XYZ 44.16 52.39 8.36 -
YUV 177.79 37.83 144.55 -
System Red Green Blue C M Y K H S L
Decimal 201 197 18 0 0.02 0.91 0.21 58.69 0.84 0.43
Hex C9 C5 12 0 2 5B 15 3B 54 2B
Octal 311 305 22 0 2 133 25 73 124 53
Binary 11001001 11000101 10010 0 10 1011011 10101 111011 1010100 101011

Color Harmonies of #C9C512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C512

Black with #C9C512

Text Example


Text Example

White with #C9C512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C512; }

 p { color: rgb(201,197,18); }

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

background-color css

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

 a { background-color: rgb(201,197,18); }

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

border-color css

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

 span { border-color: rgb(201,197,18); }

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