Html Css Color HEX #C6C110 Bird Flower

📋 copy color: '#C6C110'

red 198 ◦ green 193 ◦ blue 16

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

Shades of Bird Flower #C6C110

Tints of Bird Flower #C6C110

RGB

 RED value IS 198 (77.73% from 255) = 48.65%

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

 BLUE value IS 16 (6.64% from 255) = 3.93%

R = 48.65%
G = 47.42%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6C110 (or 0xC6C110) is known color: Bird Flower. HEX triplet: C6, C1 and 10. RGB value is (198,193,16). Sum of RGB (Red+Green+Blue) = 198+193+16=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C110 is #393EEF. Grayscale: #AFAFAF. Windows color (decimal): -3751664 or 1098182. OLE color: 1098182.

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

Color convert

RGB 198 193 16 -
CMYK 0 0.03 0.92 0.22
HSL 58.35º 0.85% 0.42% -
HSV(B) 58.35º 0.92% 0.78% -
XYZ 42.45 50.18 7.94 -
YUV 174.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 198 193 16 0 0.03 0.92 0.22 58.35 0.85 0.42
Hex C6 C1 10 0 3 5C 16 3A 55 2A
Octal 306 301 20 0 3 134 26 72 125 52
Binary 11000110 11000001 10000 0 11 1011100 10110 111010 1010101 101010

Color Harmonies of #C6C110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C110

Black with #C6C110

Text Example


Text Example

White with #C6C110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C110; }

 p { color: rgb(198,193,16); }

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

background-color css

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

 a { background-color: rgb(198,193,16); }

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

border-color css

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

 span { border-color: rgb(198,193,16); }

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