Html Css Color HEX #C8C516 Bird Flower

📋 copy color: '#C8C516'

red 200 ◦ green 197 ◦ blue 22

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

Shades of Bird Flower #C8C516

Tints of Bird Flower #C8C516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.25%

R = 47.73%
G = 47.02%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C8C516 (or 0xC8C516) is known color: Bird Flower. HEX triplet: C8, C5 and 16. RGB value is (200,197,22). Sum of RGB (Red+Green+Blue) = 200+197+22=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C516 is #373AE9. Grayscale: #B2B2B2. Windows color (decimal): -3619562 or 1492424. OLE color: 1492424.

HSL color Cylindrical-coordinate representation of color #C8C516: hue angle of 58.99º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8C516 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 22 -
CMYK 0 0.02 0.89 0.22
HSL 58.99º 0.8% 0.44% -
HSV(B) 58.99º 0.89% 0.78% -
XYZ 43.93 52.27 8.53 -
YUV 177.95 39.99 143.73 -
System Red Green Blue C M Y K H S L
Decimal 200 197 22 0 0.02 0.89 0.22 58.99 0.8 0.44
Hex C8 C5 16 0 2 59 16 3B 50 2C
Octal 310 305 26 0 2 131 26 73 120 54
Binary 11001000 11000101 10110 0 10 1011001 10110 111011 1010000 101100

Color Harmonies of #C8C516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C516

Black with #C8C516

Text Example


Text Example

White with #C8C516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C516; }

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

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

background-color css

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

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

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

border-color css

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

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

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