Html Css Color HEX #C7C116 Bird Flower

📋 copy color: '#C7C116'

red 199 ◦ green 193 ◦ blue 22

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

Shades of Bird Flower #C7C116

Tints of Bird Flower #C7C116

RGB

 RED value IS 199 (78.13% from 255) = 48.07%

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

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

R = 48.07%
G = 46.62%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C7C116 (or 0xC7C116) is known color: Bird Flower. HEX triplet: C7, C1 and 16. RGB value is (199,193,22). Sum of RGB (Red+Green+Blue) = 199+193+22=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C116 is #383EE9. Grayscale: #AFAFAF. Windows color (decimal): -3686122 or 1491399. OLE color: 1491399.

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

Color convert

RGB 199 193 22 -
CMYK 0 0.03 0.89 0.22
HSL 57.97º 0.8% 0.43% -
HSV(B) 57.97º 0.89% 0.78% -
XYZ 42.77 50.34 8.22 -
YUV 175.3 41.49 144.9 -
System Red Green Blue C M Y K H S L
Decimal 199 193 22 0 0.03 0.89 0.22 57.97 0.8 0.43
Hex C7 C1 16 0 3 59 16 3A 50 2B
Octal 307 301 26 0 3 131 26 72 120 53
Binary 11000111 11000001 10110 0 11 1011001 10110 111010 1010000 101011

Color Harmonies of #C7C116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C116

Black with #C7C116

Text Example


Text Example

White with #C7C116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C116; }

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

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

background-color css

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

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

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

border-color css

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

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

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