Html Css Color HEX #C6C010 Bird Flower

📋 copy color: '#C6C010'

red 198 ◦ green 192 ◦ blue 16

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

Shades of Bird Flower #C6C010

Tints of Bird Flower #C6C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.29%

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

R = 48.77%
G = 47.29%
B = 3.94%

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

#C6C010 (or 0xC6C010) is known color: Bird Flower. HEX triplet: C6, C0 and 10. RGB value is (198,192,16). Sum of RGB (Red+Green+Blue) = 198+192+16=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C010 is #393FEF. Grayscale: #AEAEAE. Windows color (decimal): -3751920 or 1097926. OLE color: 1097926.

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

Color convert

RGB 198 192 16 -
CMYK 0 0.03 0.92 0.22
HSL 58.02º 0.85% 0.42% -
HSV(B) 58.02º 0.92% 0.78% -
XYZ 42.23 49.74 7.87 -
YUV 173.73 38.99 145.31 -
System Red Green Blue C M Y K H S L
Decimal 198 192 16 0 0.03 0.92 0.22 58.02 0.85 0.42
Hex C6 C0 10 0 3 5C 16 3A 55 2A
Octal 306 300 20 0 3 134 26 72 125 52
Binary 11000110 11000000 10000 0 11 1011100 10110 111010 1010101 101010

Color Harmonies of #C6C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C010

Black with #C6C010

Text Example


Text Example

White with #C6C010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C010; }

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

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

background-color css

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

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

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

border-color css

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

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

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