#C7BA06

Color #C7BA06 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C7BA06

Tints of La Rioja #C7BA06

Color information

#C7BA06 (or 0xC7BA06) is unknown color: approx La Rioja. HEX triplet: C7, BA and 06. RGB value is (199,186,6). Sum of RGB (Red+Green+Blue) = 199+186+6=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA06 is #3845F9. Grayscale: #AAAAAA. Windows color (decimal): -3687930 or 441031. OLE color: 441031.

HSL color Cylindrical-coordinate representation of color #C7BA06: hue angle of 55.96º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7BA06 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1991866-
CMYK00.070.970.22
HSL55.96º94.15%40.2%-
HSV(B)55.96º96.98%78.04%-
XYZ41.1447.277.13-
YUV169.3735.81149.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.90%
GREEN value IS 186 (73.05% from 255) = 47.57%
BLUE value IS 6 (2.73% from 255) = 1.53%
R=50.90%
G=47.57%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199186600.070.970.2255.9694.1540.2
HexC7BA6076116385e28
Octal307272607141267013650
Binary110001111011101011001111100001101101110001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA06; }

 p { color: rgb(199,186,6); }

 H1.HeaderClassName
 {
   color: #C7BA06;
 }
 .AnyTagClassName
 {
   color: #C7BA06;
 }
</style>
background-color css

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

 a { background-color: rgb(199,186,6); }

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

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

 span { border-color: rgb(199,186,6); }

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