Html Css Color HEX #C9BF10 Bird Flower

📋 copy color: '#C9BF10'

red 201 ◦ green 191 ◦ blue 16

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

Shades of Bird Flower #C9BF10

Tints of Bird Flower #C9BF10

RGB

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

 GREEN value IS 191 (75% from 255) = 46.81%

 BLUE value IS 16 (6.64% from 255) = 3.92%

R = 49.26%
G = 46.81%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9BF10 (or 0xC9BF10) is known color: Bird Flower. HEX triplet: C9, BF and 10. RGB value is (201,191,16). Sum of RGB (Red+Green+Blue) = 201+191+16=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BF10 is #3640EF. Grayscale: #AEAEAE. Windows color (decimal): -3555568 or 1097673. OLE color: 1097673.

HSL color Cylindrical-coordinate representation of color #C9BF10: hue angle of 56.76º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9BF10 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 191 16 -
CMYK 0 0.05 0.92 0.21
HSL 56.76º 0.85% 0.43% -
HSV(B) 56.76º 0.92% 0.79% -
XYZ 42.81 49.72 7.83 -
YUV 174.04 38.81 147.23 -
System Red Green Blue C M Y K H S L
Decimal 201 191 16 0 0.05 0.92 0.21 56.76 0.85 0.43
Hex C9 BF 10 0 5 5C 15 39 55 2B
Octal 311 277 20 0 5 134 25 71 125 53
Binary 11001001 10111111 10000 0 101 1011100 10101 111001 1010101 101011

Color Harmonies of #C9BF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF10

Black with #C9BF10

Text Example


Text Example

White with #C9BF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF10; }

 p { color: rgb(201,191,16); }

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

background-color css

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

 a { background-color: rgb(201,191,16); }

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

border-color css

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

 span { border-color: rgb(201,191,16); }

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