Html Css Color HEX #C8BA09 Bird Flower

📋 copy color: '#C8BA09'

red 200 ◦ green 186 ◦ blue 9

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

Shades of Bird Flower #C8BA09

Tints of Bird Flower #C8BA09

RGB

 RED value IS 200 (78.52% from 255) = 50.63%

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

 BLUE value IS 9 (3.91% from 255) = 2.28%

R = 50.63%
G = 47.09%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C8BA09 (or 0xC8BA09) is known color: Bird Flower. HEX triplet: C8, BA and 09. RGB value is (200,186,9). Sum of RGB (Red+Green+Blue) = 200+186+9=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BA09 is #3745F6. Grayscale: #AAAAAA. Windows color (decimal): -3622391 or 637640. OLE color: 637640.

HSL color Cylindrical-coordinate representation of color #C8BA09: hue angle of 55.6º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8BA09 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 9 -
CMYK 0 0.07 0.96 0.22
HSL 55.6º 0.91% 0.41% -
HSV(B) 55.6º 0.96% 0.78% -
XYZ 41.43 47.42 7.23 -
YUV 170.01 37.14 149.39 -
System Red Green Blue C M Y K H S L
Decimal 200 186 9 0 0.07 0.96 0.22 55.6 0.91 0.41
Hex C8 BA 9 0 7 60 16 38 5B 29
Octal 310 272 11 0 7 140 26 70 133 51
Binary 11001000 10111010 1001 0 111 1100000 10110 111000 1011011 101001

Color Harmonies of #C8BA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA09

Black with #C8BA09

Text Example


Text Example

White with #C8BA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA09; }

 p { color: rgb(200,186,9); }

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

background-color css

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

 a { background-color: rgb(200,186,9); }

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

border-color css

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

 span { border-color: rgb(200,186,9); }

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