Html Css Color HEX #C6BA0F Bird Flower

📋 copy color: '#C6BA0F'

red 198 ◦ green 186 ◦ blue 15

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

Shades of Bird Flower #C6BA0F

Tints of Bird Flower #C6BA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.62%

 BLUE value IS 15 (6.25% from 255) = 3.76%

R = 49.62%
G = 46.62%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6BA0F (or 0xC6BA0F) is known color: Bird Flower. HEX triplet: C6, BA and 0F. RGB value is (198,186,15). Sum of RGB (Red+Green+Blue) = 198+186+15=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BA0F is #3945F0. Grayscale: #AAAAAA. Windows color (decimal): -3753457 or 1030854. OLE color: 1030854.

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

Color convert

RGB 198 186 15 -
CMYK 0 0.06 0.92 0.22
HSL 56.07º 0.86% 0.42% -
HSV(B) 56.07º 0.92% 0.78% -
XYZ 40.93 47.16 7.4 -
YUV 170.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 198 186 15 0 0.06 0.92 0.22 56.07 0.86 0.42
Hex C6 BA F 0 6 5C 16 38 56 2A
Octal 306 272 17 0 6 134 26 70 126 52
Binary 11000110 10111010 1111 0 110 1011100 10110 111000 1010110 101010

Color Harmonies of #C6BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA0F

Black with #C6BA0F

Text Example


Text Example

White with #C6BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA0F; }

 p { color: rgb(198,186,15); }

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

background-color css

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

 a { background-color: rgb(198,186,15); }

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

border-color css

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

 span { border-color: rgb(198,186,15); }

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