Html Css Color HEX #C9BB07 Bird Flower

📋 copy color: '#C9BB07'

red 201 ◦ green 187 ◦ blue 7

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

Shades of Bird Flower #C9BB07

Tints of Bird Flower #C9BB07

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.34%

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 50.89%
G = 47.34%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C9BB07 (or 0xC9BB07) is known color: Bird Flower. HEX triplet: C9, BB and 07. RGB value is (201,187,7). Sum of RGB (Red+Green+Blue) = 201+187+7=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BB07 is #3644F8. Grayscale: #ABABAB. Windows color (decimal): -3556601 or 506825. OLE color: 506825.

HSL color Cylindrical-coordinate representation of color #C9BB07: hue angle of 55.67º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9BB07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 187 7 -
CMYK 0 0.07 0.97 0.21
HSL 55.67º 0.93% 0.41% -
HSV(B) 55.67º 0.97% 0.79% -
XYZ 41.9 47.97 7.25 -
YUV 170.67 35.64 149.64 -
System Red Green Blue C M Y K H S L
Decimal 201 187 7 0 0.07 0.97 0.21 55.67 0.93 0.41
Hex C9 BB 7 0 7 61 15 38 5D 29
Octal 311 273 7 0 7 141 25 70 135 51
Binary 11001001 10111011 111 0 111 1100001 10101 111000 1011101 101001

Color Harmonies of #C9BB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BB07

Black with #C9BB07

Text Example


Text Example

White with #C9BB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BB07; }

 p { color: rgb(201,187,7); }

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

background-color css

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

 a { background-color: rgb(201,187,7); }

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

border-color css

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

 span { border-color: rgb(201,187,7); }

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