Html Css Color HEX #C6B012 Bird Flower

📋 copy color: '#C6B012'

red 198 ◦ green 176 ◦ blue 18

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

Shades of Bird Flower #C6B012

Tints of Bird Flower #C6B012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.9%

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

R = 50.51%
G = 44.9%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C6B012 (or 0xC6B012) is known color: Bird Flower. HEX triplet: C6, B0 and 12. RGB value is (198,176,18). Sum of RGB (Red+Green+Blue) = 198+176+18=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B012 is #394FED. Grayscale: #A5A5A5. Windows color (decimal): -3756014 or 1224902. OLE color: 1224902.

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

Color convert

RGB 198 176 18 -
CMYK 0 0.11 0.91 0.22
HSL 52.67º 0.83% 0.42% -
HSV(B) 52.67º 0.91% 0.78% -
XYZ 38.92 43.1 6.84 -
YUV 164.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 198 176 18 0 0.11 0.91 0.22 52.67 0.83 0.42
Hex C6 B0 12 0 B 5B 16 35 53 2A
Octal 306 260 22 0 13 133 26 65 123 52
Binary 11000110 10110000 10010 0 1011 1011011 10110 110101 1010011 101010

Color Harmonies of #C6B012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B012

Black with #C6B012

Text Example


Text Example

White with #C6B012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B012; }

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

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

background-color css

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

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

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

border-color css

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

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

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