Html Css Color HEX #C9B212 Bird Flower

📋 copy color: '#C9B212'

red 201 ◦ green 178 ◦ blue 18

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

Shades of Bird Flower #C9B212

Tints of Bird Flower #C9B212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.84%

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

R = 50.63%
G = 44.84%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C9B212 (or 0xC9B212) is known color: Bird Flower. HEX triplet: C9, B2 and 12. RGB value is (201,178,18). Sum of RGB (Red+Green+Blue) = 201+178+18=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B212 is #364DED. Grayscale: #A7A7A7. Windows color (decimal): -3558894 or 1225417. OLE color: 1225417.

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

Color convert

RGB 201 178 18 -
CMYK 0 0.11 0.91 0.21
HSL 52.46º 0.84% 0.43% -
HSV(B) 52.46º 0.91% 0.79% -
XYZ 40.12 44.3 7.01 -
YUV 166.64 44.12 152.51 -
System Red Green Blue C M Y K H S L
Decimal 201 178 18 0 0.11 0.91 0.21 52.46 0.84 0.43
Hex C9 B2 12 0 B 5B 15 34 54 2B
Octal 311 262 22 0 13 133 25 64 124 53
Binary 11001001 10110010 10010 0 1011 1011011 10101 110100 1010100 101011

Color Harmonies of #C9B212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B212

Black with #C9B212

Text Example


Text Example

White with #C9B212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B212; }

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

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

background-color css

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

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

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

border-color css

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

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

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