Html Css Color HEX #C8C416 Bird Flower

📋 copy color: '#C8C416'

red 200 ◦ green 196 ◦ blue 22

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

Shades of Bird Flower #C8C416

Tints of Bird Flower #C8C416

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.89%

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

R = 47.85%
G = 46.89%
B = 5.26%

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

#C8C416 (or 0xC8C416) is known color: Bird Flower. HEX triplet: C8, C4 and 16. RGB value is (200,196,22). Sum of RGB (Red+Green+Blue) = 200+196+22=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C416 is #373BE9. Grayscale: #B2B2B2. Windows color (decimal): -3619818 or 1492168. OLE color: 1492168.

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

Color convert

RGB 200 196 22 -
CMYK 0 0.02 0.89 0.22
HSL 58.65º 0.8% 0.44% -
HSV(B) 58.65º 0.89% 0.78% -
XYZ 43.7 51.82 8.46 -
YUV 177.36 40.33 144.15 -
System Red Green Blue C M Y K H S L
Decimal 200 196 22 0 0.02 0.89 0.22 58.65 0.8 0.44
Hex C8 C4 16 0 2 59 16 3B 50 2C
Octal 310 304 26 0 2 131 26 73 120 54
Binary 11001000 11000100 10110 0 10 1011001 10110 111011 1010000 101100

Color Harmonies of #C8C416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C416

Black with #C8C416

Text Example


Text Example

White with #C8C416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C416; }

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

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

background-color css

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

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

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

border-color css

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

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

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