Html Css Color HEX #C6B412 Bird Flower

📋 copy color: '#C6B412'

red 198 ◦ green 180 ◦ blue 18

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

Shades of Bird Flower #C6B412

Tints of Bird Flower #C6B412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.45%

 BLUE value IS 18 (7.42% from 255) = 4.55%

R = 50%
G = 45.45%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C6B412 (or 0xC6B412) is known color: Bird Flower. HEX triplet: C6, B4 and 12. RGB value is (198,180,18). Sum of RGB (Red+Green+Blue) = 198+180+18=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B412 is #394BED. Grayscale: #A7A7A7. Windows color (decimal): -3754990 or 1225926. OLE color: 1225926.

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

Color convert

RGB 198 180 18 -
CMYK 0 0.09 0.91 0.22
HSL 54º 0.83% 0.42% -
HSV(B) 54º 0.91% 0.78% -
XYZ 39.72 44.69 7.11 -
YUV 166.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 198 180 18 0 0.09 0.91 0.22 54 0.83 0.42
Hex C6 B4 12 0 9 5B 16 36 53 2A
Octal 306 264 22 0 11 133 26 66 123 52
Binary 11000110 10110100 10010 0 1001 1011011 10110 110110 1010011 101010

Color Harmonies of #C6B412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B412

Black with #C6B412

Text Example


Text Example

White with #C6B412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B412; }

 p { color: rgb(198,180,18); }

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

background-color css

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

 a { background-color: rgb(198,180,18); }

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

border-color css

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

 span { border-color: rgb(198,180,18); }

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