Html Css Color HEX #C8B50E Bird Flower

📋 copy color: '#C8B50E'

red 200 ◦ green 181 ◦ blue 14

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

Shades of Bird Flower #C8B50E

Tints of Bird Flower #C8B50E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.82%

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 50.63%
G = 45.82%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8B50E (or 0xC8B50E) is known color: Bird Flower. HEX triplet: C8, B5 and 0E. RGB value is (200,181,14). Sum of RGB (Red+Green+Blue) = 200+181+14=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B50E is #374AF1. Grayscale: #A8A8A8. Windows color (decimal): -3623666 or 964040. OLE color: 964040.

HSL color Cylindrical-coordinate representation of color #C8B50E: hue angle of 53.87º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8B50E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 181 14 -
CMYK 0 0.09 0.93 0.22
HSL 53.87º 0.87% 0.42% -
HSV(B) 53.87º 0.93% 0.78% -
XYZ 40.42 45.36 7.04 -
YUV 167.64 41.29 151.08 -
System Red Green Blue C M Y K H S L
Decimal 200 181 14 0 0.09 0.93 0.22 53.87 0.87 0.42
Hex C8 B5 E 0 9 5D 16 36 57 2A
Octal 310 265 16 0 11 135 26 66 127 52
Binary 11001000 10110101 1110 0 1001 1011101 10110 110110 1010111 101010

Color Harmonies of #C8B50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B50E

Black with #C8B50E

Text Example


Text Example

White with #C8B50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B50E; }

 p { color: rgb(200,181,14); }

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

background-color css

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

 a { background-color: rgb(200,181,14); }

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

border-color css

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

 span { border-color: rgb(200,181,14); }

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