Html Css Color HEX #C6B31A Bird Flower

📋 copy color: '#C6B31A'

red 198 ◦ green 179 ◦ blue 26

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

Shades of Bird Flower #C6B31A

Tints of Bird Flower #C6B31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

 BLUE value IS 26 (10.55% from 255) = 6.45%

R = 49.13%
G = 44.42%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6B31A (or 0xC6B31A) is known color: Bird Flower. HEX triplet: C6, B3 and 1A. RGB value is (198,179,26). Sum of RGB (Red+Green+Blue) = 198+179+26=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B31A is #394CE5. Grayscale: #A7A7A7. Windows color (decimal): -3755238 or 1749958. OLE color: 1749958.

HSL color Cylindrical-coordinate representation of color #C6B31A: hue angle of 53.37º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6B31A is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 179 26 -
CMYK 0 0.10 0.87 0.22
HSL 53.37º 0.77% 0.44% -
HSV(B) 53.37º 0.87% 0.78% -
XYZ 39.6 44.32 7.45 -
YUV 167.24 48.29 149.94 -
System Red Green Blue C M Y K H S L
Decimal 198 179 26 0 0.10 0.87 0.22 53.37 0.77 0.44
Hex C6 B3 1A 0 A 57 16 35 4D 2C
Octal 306 263 32 0 12 127 26 65 115 54
Binary 11000110 10110011 11010 0 1010 1010111 10110 110101 1001101 101100

Color Harmonies of #C6B31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B31A

Black with #C6B31A

Text Example


Text Example

White with #C6B31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B31A; }

 p { color: rgb(198,179,26); }

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

background-color css

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

 a { background-color: rgb(198,179,26); }

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

border-color css

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

 span { border-color: rgb(198,179,26); }

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