Html Css Color HEX #C8C50E Bird Flower

📋 copy color: '#C8C50E'

red 200 ◦ green 197 ◦ blue 14

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

Shades of Bird Flower #C8C50E

Tints of Bird Flower #C8C50E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.93%

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

R = 48.66%
G = 47.93%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8C50E (or 0xC8C50E) is known color: Bird Flower. HEX triplet: C8, C5 and 0E. RGB value is (200,197,14). Sum of RGB (Red+Green+Blue) = 200+197+14=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C50E is #373AF1. Grayscale: #B1B1B1. Windows color (decimal): -3619570 or 968136. OLE color: 968136.

HSL color Cylindrical-coordinate representation of color #C8C50E: hue angle of 59.03º 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 #C8C50E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 14 -
CMYK 0 0.02 0.93 0.22
HSL 59.03º 0.87% 0.42% -
HSV(B) 59.03º 0.93% 0.78% -
XYZ 43.86 52.24 8.19 -
YUV 177.04 35.99 144.38 -
System Red Green Blue C M Y K H S L
Decimal 200 197 14 0 0.02 0.93 0.22 59.03 0.87 0.42
Hex C8 C5 E 0 2 5D 16 3B 57 2A
Octal 310 305 16 0 2 135 26 73 127 52
Binary 11001000 11000101 1110 0 10 1011101 10110 111011 1010111 101010

Color Harmonies of #C8C50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C50E

Black with #C8C50E

Text Example


Text Example

White with #C8C50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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