Html Css Color HEX #C4C116 Bird Flower

📋 copy color: '#C4C116'

red 196 ◦ green 193 ◦ blue 22

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

Shades of Bird Flower #C4C116

Tints of Bird Flower #C4C116

RGB

 RED value IS 196 (76.95% from 255) = 47.69%

 GREEN value IS 193 (75.78% from 255) = 46.96%

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

R = 47.69%
G = 46.96%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4C116 (or 0xC4C116) is known color: Bird Flower. HEX triplet: C4, C1 and 16. RGB value is (196,193,22). Sum of RGB (Red+Green+Blue) = 196+193+22=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C116 is #3B3EE9. Grayscale: #AFAFAF. Windows color (decimal): -3882730 or 1491396. OLE color: 1491396.

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

Color convert

RGB 196 193 22 -
CMYK 0 0.02 0.89 0.23
HSL 58.97º 0.8% 0.43% -
HSV(B) 58.97º 0.89% 0.77% -
XYZ 41.98 49.93 8.18 -
YUV 174.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 196 193 22 0 0.02 0.89 0.23 58.97 0.8 0.43
Hex C4 C1 16 0 2 59 17 3B 50 2B
Octal 304 301 26 0 2 131 27 73 120 53
Binary 11000100 11000001 10110 0 10 1011001 10111 111011 1010000 101011

Color Harmonies of #C4C116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C116

Black with #C4C116

Text Example


Text Example

White with #C4C116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C116; }

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

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

background-color css

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

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

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

border-color css

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

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

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