Html Css Color HEX #C9BA13 Bird Flower

📋 copy color: '#C9BA13'

red 201 ◦ green 186 ◦ blue 19

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

Shades of Bird Flower #C9BA13

Tints of Bird Flower #C9BA13

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.81%

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

R = 49.51%
G = 45.81%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C9BA13 (or 0xC9BA13) is known color: Bird Flower. HEX triplet: C9, BA and 13. RGB value is (201,186,19). Sum of RGB (Red+Green+Blue) = 201+186+19=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BA13 is #3645EC. Grayscale: #ACACAC. Windows color (decimal): -3556845 or 1293001. OLE color: 1293001.

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

Color convert

RGB 201 186 19 -
CMYK 0 0.07 0.91 0.21
HSL 55.05º 0.83% 0.43% -
HSV(B) 55.05º 0.91% 0.79% -
XYZ 41.76 47.58 7.6 -
YUV 171.45 41.97 149.08 -
System Red Green Blue C M Y K H S L
Decimal 201 186 19 0 0.07 0.91 0.21 55.05 0.83 0.43
Hex C9 BA 13 0 7 5B 15 37 53 2B
Octal 311 272 23 0 7 133 25 67 123 53
Binary 11001001 10111010 10011 0 111 1011011 10101 110111 1010011 101011

Color Harmonies of #C9BA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA13

Black with #C9BA13

Text Example


Text Example

White with #C9BA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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